mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Save changes before modifying association.
In a details page, usually any changes done to the fields will not be applied until the user clicks the Update button. However, if the page contains an association table, any addition/deletion to the table will be applied immediately. To avoid any confusion, the user is now required to save or reset all changes to the page before modifying the association. A dialog box will appear if the page contains any unsaved changes.
This commit is contained in:
committed by
Adam Young
parent
d37bb6f925
commit
697af3e1f8
@@ -42,12 +42,13 @@
|
||||
},
|
||||
"dialogs": {
|
||||
"available": "Available",
|
||||
"dirty_message": "This page has unsaved changes. Please save or revert.",
|
||||
"dirty_title": "Dirty",
|
||||
"hide_already_enrolled": "Hide already enrolled.",
|
||||
"prospective": "Prospective",
|
||||
"remove_empty": "Select ${entity} to be removed.",
|
||||
"remove_title": "Remove ${entity}."
|
||||
},
|
||||
"dirty": "This page has unsaved changes. Please save or revert.",
|
||||
"facets": {
|
||||
"details": "Settings",
|
||||
"search": "Search"
|
||||
|
||||
@@ -9505,12 +9505,13 @@
|
||||
},
|
||||
"dialogs": {
|
||||
"available": "Available",
|
||||
"dirty_message": "This page has unsaved changes. Please save or revert.",
|
||||
"dirty_title": "Dirty",
|
||||
"hide_already_enrolled": "Hide already enrolled.",
|
||||
"prospective": "Prospective",
|
||||
"remove_empty": "Select ${entity} to be removed.",
|
||||
"remove_title": "Remove ${entity}."
|
||||
},
|
||||
"dirty": "This page has unsaved changes. Please save or revert.",
|
||||
"facets": {
|
||||
"details": "Settings",
|
||||
"search": "Search"
|
||||
|
||||
Reference in New Issue
Block a user