-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
Add delete button to modify view #344
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The removal is still possible in tile view
- Editing a non-process node doesn't allow removal yet
b7920fc
to
4702eab
Compare
4702eab
to
d718311
Compare
d718311
to
fee17e1
Compare
448da77
to
0df5226
Compare
60b5622
to
6a0e373
Compare
6a0e373
to
468f277
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new Delete
element only redirects, so why not just use an anchor button?
The modify view for the process form and edit node form must contain delete button. This allows the user to either store the modifications or delete the nodes.
Imported nodes will not have edit icon on their node tile. Hence, it is required to show the delete icon in their node tile. As the other nodes will have edit icon and their edit forms contain the delete button, it is not necessary to show the delete/cancel icon in their node tiles.
468f277
to
5a18138
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't the delete button have some style @nilmerg @flourish86 ? I'm thinking of delete buttons in icingadb-web.
Looks fine to me this way. |
The modify view for the process form and edit node form must contain delete button. This allows the user to either
store the modifications or delete the nodes.
ref #253