summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-03-09 13:31:08 +0100
committerPetr Vobornik <pvoborni@redhat.com>2012-03-19 18:37:19 +0100
commit646a4ccde34a098ef693e75e45a2541618ed5434 (patch)
tree2540768265fc26229611ee42b57e2f0c1678c8f1 /install/ui/test/data
parentc14a2d824557b06fd20bac77ddfc9e09001e2a92 (diff)
downloadfreeipa-646a4ccde34a098ef693e75e45a2541618ed5434.tar.gz
freeipa-646a4ccde34a098ef693e75e45a2541618ed5434.tar.xz
freeipa-646a4ccde34a098ef693e75e45a2541618ed5434.zip
Content is no more overwritten by error message
When an error which caused calling of report_error occurt, the content of a facet got replaced by error message. There was no way how to force the facet to recreate its content and the facet became unusable. This patch creates a containter for an error message. On error, report_error writes its content to error container, content container is hidden and error container is shown. Older comment in a code suggested to move the error message to facet's footer. A message in a footer could be missed by the user and on top of that a footer is sometimes used by various facet and we would have to solve the same problem again. From experience the cause of an error is usually a missing pkey in a path. Therefore error information suggests user to navigate to top level. It causes to load default facets with default values so errors in navigation state shouldn't happen. Facet content is displayed back on facet_show. If user tries to display same object as before facet's need_update() would return false, therefore need_update was modified to always return true if error is displayed. Reproduction: 1) display any nested entity - ie DNS record 2) delete its parent pkey from path - &dnszone-pkey=example.com 3) reload the page with this path https://fedorahosted.org/freeipa/ticket/2449
Diffstat (limited to 'install/ui/test/data')
-rw-r--r--install/ui/test/data/ipa_init.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index 1b95762b4..36a3388d9 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -91,6 +91,14 @@
"validation_message": "Input form contains invalid or missing values.",
"validation_title": "Validation error"
},
+ "error_report": {
+ "options": "Please try the following options:",
+ "problem_persists": "If the problem persists please contact the system administrator.",
+ "refresh": "Refresh the page.",
+ "reload": "Reload the browser.",
+ "main_page": "Return to the main page and retry the operation",
+ "title": "An error has occured (${error})"
+ },
"errors": {
"error": "Error",
"http_error": "HTTP Error",