-
Notifications
You must be signed in to change notification settings - Fork 35
window actions shall respect the "disabled" flag #1294
Comments
note to dev: it might be that the disabled processes are not returned by /actions endpoint. update: document /actions endpoints have "disabled" parameter. |
@teosarca I saw your comment on metasfresh/metasfresh-webui-api-legacy#644 (comment) and it confused me a little bit. In the view https://w101.metasfresh.com:8443/window/143/<insert_id> there are no actions with a Are there any views left with |
@ottosichert yes they are, but u need to call the /actions endpoint using disabled=true param, which advises the API to return the disabled actions too... |
Results of IT1
|
[#652](metasfresh/metasfresh-webui-api-legacy#652) Implement document discardChanges endpoint [#1294](metasfresh/metasfresh-webui-frontend-legacy#1294) window actions shall respect the "disabled" flag [#650](metasfresh/metasfresh-webui-api-legacy#650) flatrate contractstatus not refresh in single view after terminated [#2859](#2859) Pre-enddate termination of flatrate created compensation sales order [#2854](#2854) Save Termination Reason when terminating subscription [#2676](#2676) flatrate: make subscription progress reflecting progress me-45
[#652](metasfresh/metasfresh-webui-api-legacy#652) Implement document discardChanges endpoint [#1294](metasfresh/metasfresh-webui-frontend-legacy#1294) window actions shall respect the "disabled" flag [#650](metasfresh/metasfresh-webui-api-legacy#650) flatrate contractstatus not refresh in single view after terminated [#2859](#2859) Pre-enddate termination of flatrate created compensation sales order [#2854](#2854) Save Termination Reason when terminating subscription [#2676](#2676) flatrate: make subscription progress reflecting progress me-45 (cherry picked from commit 76900a8)
Is this a bug or feature request?
FR
What is the current behavior?
When calling for window actions (e.g. http://w101.metasfresh.com:8081/swagger-ui.html#!/window-rest-controller/getDocumentActionsUsingGET_1 ),
the "disabled" flag is not respected.
Which are the steps to reproduce?
check for example
What is the expected or desired behavior?
if an action is disabled,
The text was updated successfully, but these errors were encountered: