-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: OpenIDM 5.0.0, OpenIDM 5.5.0
-
Fix Version/s: OpenIDM 5.5.0
-
Component/s: Module - Web UI
-
Labels:
-
Environment:OpenIDM version "5.0.0" (revision: e6689a6) jenkins-OpenIDM - Release (5.x)-14 release/5.0.0
-
Verified Version/s:
When creating a Schedule, dev console shows Uncaught TypeError: Cannot read property 'toString' of undefined, and schedule does not get saved although UI says it was.
Steps:
1. run sample1
2. navigate to Configure | Schedules
3. select + Add Schedule button
4. enable and create a schedule (e.g., every day at 1 click save)
Expected Results:
UI displays Uncaught TypeError: Cannot read property 'toString' of undefined
schedule reflected in Schedule List
Actual Results:
UI displays Uncaught TypeError: Cannot read property 'toString' of undefined
schedule IS NOT reflected in Schedule List
dev console shows
SchedulerListView.js?v=5.0.0:204 Uncaught TypeError: Cannot read property 'toString' of undefined
at R.r.renderTypePartial (SchedulerListView.js?v=5.0.0:204)
at R.r.getScheduleTypeDisplay (SchedulerListView.js?v=5.0.0:217)
at R.r.render (SchedulerListView.js?v=5.0.0:80)
at R.r.render (backgrid.min-0.3.5-min.js?v=5.0.0:8)
at R.r.insertRow (backgrid.min-0.3.5-min.js?v=5.0.0:8)
at c (jsoneditor-0.7.9-min.js:23)
at R.r.trigger (jsoneditor-0.7.9-min.js:23)
at R.r._onModelEvent (jsoneditor-0.7.9-min.js:23)
at c (jsoneditor-0.7.9-min.js:23)
at R.r.trigger (jsoneditor-0.7.9-min.js:23)
- is backported by
-
OPENIDM-10115 Backport OPENIDM-8201: Schedule is not saved when configured through the UI
-
- Closed
-
- relates to
-
OPENIDM-8277 Scheduler UI not displaying schedules
-
- Closed
-