webconponents
rmarabini opened this issue · 0 comments
Pablo and I have incorporated the "display workflow" webcomponent to EMadmin. After playing with it a bit I find four limitations:
Does not work with firefox (It does work in chrome, so far I have not tried any other browser)
If the user requests and invalid workflow, then the workflow json is {'error':'workflow xxxxx not available'}. As implemented now (may be my fault) the webcomponent display the last valid workflow and shows no error. It would be nice to know what should be returned to get an error message. Even better, if no valid workflow is returned the component should display an error message.
sometimes a parameter is a very long line. For example the directory name when importing movies. In does cases, when visualizing the arguments, you just get the end of the directory path and other arguments are hide beyond the left edge
The web component placement is a bit awkward. At least I do not fully understand how to place it in the proper place.
hope this help our daunting developers ;-)