erp5_wendelin: added Data Stream UI to append file
The Append File control is hidden when the Data Stream is empty and enabled when the Data Stream already has content. Meaninful notes were added to both Upload File and Append File control to avoid confusion.
-
Maintainer
@Camata , Even though I merged I found following problems (I merged so we get back lost functionality).
Please do fix:
-
portal_gadgets/WendelinInformationGadget state should be made public (not invisible like now)
-
portal_gadgets/WendelinInformationGadget should have a default thumbnail (i.e. image). You can simply make print screen and add it
-
When Wendelin gadget rendered I see links like http://wendelin:2200/erp5/$%7Bportal_url%7D/portal_skins/erp5_data_notebook/manage_main looks like script not called that replaces it dynamically ?
-
In /DataStream_view my_append_file is in group "not_assigned" but it should be right under "my_file" in "right" groupd
-
-
@Tyagov I fixed everything, except for point 3. No matter what I do, it seems like the substitution of variables in form on
${my_var}
isn't working. I followed all the steps found in this tutorial: https://www.erp5.com/erp5-HowTo.Add.Content.Variables.My script used for substitution returns:
{ 'portal_url': 'http://localhost:2200/erp5' }
But no matter where I put
${portal_url}
, it never rendershttp://localhost:2200/erp5
.Note: even though tomorrow is national holiday in Brazil I'll work to fix this ASAP.