Yak shave to clean up the error-display.
Generalize error-display to extended-info. For every "screen" that is shown, create an extendedInfo and instantiate it. Remove the "error-display.show" code that was in page_helpers and page_module. issue #1916
Showing
- lib/static_resources.js 2 additions, 2 deletionslib/static_resources.js
- resources/static/common/css/style.css 2 additions, 2 deletionsresources/static/common/css/style.css
- resources/static/common/js/error-display.js 0 additions, 42 deletionsresources/static/common/js/error-display.js
- resources/static/common/js/modules/extended-info.js 46 additions, 0 deletionsresources/static/common/js/modules/extended-info.js
- resources/static/common/js/modules/page_module.js 2 additions, 8 deletionsresources/static/common/js/modules/page_module.js
- resources/static/common/js/screens.js 19 additions, 3 deletionsresources/static/common/js/screens.js
- resources/static/dialog/views/error.ejs 2 additions, 2 deletionsresources/static/dialog/views/error.ejs
- resources/static/pages/js/page_helpers.js 0 additions, 2 deletionsresources/static/pages/js/page_helpers.js
- resources/static/test/cases/common/js/modules/extended-info.js 33 additions, 0 deletions...rces/static/test/cases/common/js/modules/extended-info.js
- resources/static/test/cases/pages/js/page_helpers.js 4 additions, 4 deletionsresources/static/test/cases/pages/js/page_helpers.js
- resources/views/test.ejs 2 additions, 2 deletionsresources/views/test.ejs
Loading
Please register or sign in to comment