summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-02-23 12:35:45 -0600
committerAdam Young <ayoung@redhat.com>2011-03-02 12:26:24 -0500
commit697af3e1f8b4102df2bde5c7d04f8e7d4dad4369 (patch)
tree81ccaef5abec658748833695ee184a4f89fc2214 /install/ui/test/data
parentd37bb6f925cace69f15c8e548a69121bfb00be5e (diff)
downloadfreeipa-697af3e1f8b4102df2bde5c7d04f8e7d4dad4369.tar.gz
freeipa-697af3e1f8b4102df2bde5c7d04f8e7d4dad4369.tar.xz
freeipa-697af3e1f8b4102df2bde5c7d04f8e7d4dad4369.zip
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.
Diffstat (limited to 'install/ui/test/data')
-rw-r--r--install/ui/test/data/i18n_messages.json3
-rw-r--r--install/ui/test/data/ipa_init.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/install/ui/test/data/i18n_messages.json b/install/ui/test/data/i18n_messages.json
index 11b02c846..cca68b945 100644
--- a/install/ui/test/data/i18n_messages.json
+++ b/install/ui/test/data/i18n_messages.json
@@ -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"
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index 99f6a6060..b819dab46 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -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"