From b86917a20c4936cd95d4eb4e724f2beeddeebbfc Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Wed, 6 Sep 2017 11:09:27 -0400 Subject: [PATCH] 12033: Document one-SaveUIState-per-page limitation. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- .../app/assets/javascripts/components/save_ui_state.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/workbench/app/assets/javascripts/components/save_ui_state.js b/apps/workbench/app/assets/javascripts/components/save_ui_state.js index 3dc81fe716..3aece3195d 100644 --- a/apps/workbench/app/assets/javascripts/components/save_ui_state.js +++ b/apps/workbench/app/assets/javascripts/components/save_ui_state.js @@ -7,6 +7,9 @@ // // It does not display any content itself: do not pass any children. // +// Use of multiple SaveUIState components on the same page is not +// (yet) supported. +// // The problem being solved: // // Page 1 loads some content dynamically (e.g., via infinite scroll) -- 2.30.2