Commit 4cc953e8 authored by Romain Courteaud's avatar Romain Courteaud :octopus:

[erp5_web_renderjs_ui] Keep header refresh in the promise tree.

This will allow to catch possible errors.
parent 3641e27a
master allow_login_change allow_login_change_differentiate_id_and_login allow_login_change_wip arnau arnau-kns cherry-pick-4a8e045d cleanup_acquisition_base_category compact_title_no_reference delivery_item_barcode dsn-phase3 eos-dev erp5-component erp5-data-notebook erp5-vifib erp5-vifib-cleanup erp5_catalog erp5testnode_max_timeout experiment/coding_style_test_suite feat/accounting_balance_sheet_profit_and_loss_cleanups feat/accounting_stop_using_getObject feat/accounting_translate_gap feat/no_useless_records_in_predicate_table feat/trade_shipment_report feat/wendelin-py-data feature/renderjs-ui-no-header fix-wallsearch-cachename fix/full_text_script_conflict fix/lint_erp5_accounting fix/login_validate_check_consistency fix/repair_graph_editor fix/xvfb_all_displays_locked for_testrunner_1 for_testrunner_2 for_testrunner_3 formbox gadget-json-value isDeletable item_tracking_graph_editor jm/form-action-guard joblib-activity kns kns-kr maste_copy master_calendar_wip_patches master_calendar_wip_patches_extend_security master_no_guard_on_workflow_transition master_no_guard_on_workflow_transition_plus_calendar_wip_patchs no_longer_simulated_state officejs officejs_clean officejs_rjs_wallsearch officejs_wallsearch officejs_zip portal_callables portal_solver_process_security_configuration preet_wallsearch preet_wallsearch_officejs reindex_calendar_after_change_calendar_exception reverse_logistics rewrite_test_21_AcquiredPortalType sms_more_than_140_characters sws_fix taskdistribution-xmlrpc-binary testnode_software_link tmp/getInstalledBusinessTemplate_never_installed_bt tristan-merge view-aggregated-amounts vincent_officejs_wallsearch wallsearch-add-link-description erp5.util-0.4.49 erp5.util-0.4.46 erp5.util-0.4.44
No related merge requests found
......@@ -583,8 +583,6 @@
\n
// go to the top of the page\n
window.scrollTo(0, 0);\n
\n
updateHeader(gadget);\n
\n
// Clear first to DOM, append after to reduce flickering/manip\n
while (element.firstChild) {\n
......@@ -600,6 +598,9 @@
input.focus();\n
input.select();\n
}\n
\n
\n
return updateHeader(gadget);\n
// XXX Drop notification\n
// return header_gadget.notifyLoaded();\n
});\n
......@@ -788,7 +789,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>946.36189.7510.51302</string> </value>
<value> <string>946.38651.7361.44032</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -806,7 +807,7 @@
</tuple>
<state>
<tuple>
<float>1445354882.08</float>
<float>1445593354.44</float>
<string>GMT</string>
</tuple>
</state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment