We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the workflow editor, read and write access can be configured independently for the user in one workflow step. This is incorrect because
The user interface must be adjusted here to reflect this (e.g. 3-fold drop-down).
The text was updated successfully, but these errors were encountered:
This also affects the data model, where these are two different boolean values, but should be enum:
boolean
enum
@Column(name = "typeImagesRead") private boolean typeImagesRead = false; @Column(name = "typeImagesWrite") private boolean typeImagesWrite = false;
Sorry, something went wrong.
The two tasks are separately described in #4448 and #4449.
No branches or pull requests
In the workflow editor, read and write access can be configured independently for the user in one workflow step. This is incorrect because
The user interface must be adjusted here to reflect this (e.g. 3-fold drop-down).
The text was updated successfully, but these errors were encountered: