From d7f4d616df836f2f8590c8fd82ab165bd2f97cd5 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 26 Jan 2011 20:58:06 -0500 Subject: dirty If a page is dirty, do not allow additional navigation until changes are saved or committed https://fedorahosted.org/freeipa/ticket/726 --- install/ui/test/data/ipa_init.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/ui/test') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index a4b9a0f7..40be1228 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -7398,6 +7398,7 @@ "misc": "Misc. Information", "to_top": "Back to Top" }, + "dirty": "This page has unsaved changes. Please save or revert.", "facets": { "details": "Settings", "search": "Search" @@ -7447,7 +7448,7 @@ "20110126193538Z" ], "krblastsuccessfulauth": [ - "20110126194824Z" + "20110127024034Z" ], "krbpasswordexpiration": [ "20110426193538Z" -- cgit