-
Notifications
You must be signed in to change notification settings - Fork 23
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
Missing Disabling Tooltip for Save Button in Create / Edit Notification #984
Comments
…ion-to-notification-hover chore(uux): 984 validation on notification save hover
resolved issue similiar to policy edit/create. on hover over the save button, the form gets validated. By this, the user gets an indicator on where exactly to change/add input |
…ion-to-notification-hover chore(uux): 984 validation on notification save hover
Tested on E2E: LGTM Ready for review. |
Disabling Tooltip is not working as extended.
|
Hi @mkanal , current behaviour: Generally, target date is not a required field, thats why the form is valid without date (even without initially entering and then removing). So it possible to create a notification without target date. If a required target date is necessary, we need to adjust BE and FE on that. To the two last points, this menu is for actions on multiple notifications. I made it clear with toasts and tooltips, that this functionality is not implemeneted yet, since this will be handled in this issue #922 . Currently actions on notifications are possible by the menu icon in the corresponding row of the notification |
Hi @ds-mmaul |
The save button is enabled no matter if target date is set or not.
You mentioned that the expected behaviour is to make it disabled when deadline is empty. This requires adjustments in FE and BE because currently its possible to create notifications without target date. I will create an Issue for that if you confirm that we should make this change |
…ion-to-notification-hover chore(contracts): deactivated notification multi actions and fixed bug in notification creation
Issues resolved as discussed:
|
LGFM works as intended. PO acceptance in behalf of @jzbmw |
…ion-to-notification-hover chore(uux): 984 validation on notification save hover
Description
Current behavior
Expected behavior
Steps to reproduce the Bug
The text was updated successfully, but these errors were encountered: