Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.9, 1.10
-
None
-
None
Description
Current Situation
When clicking an object in the left frame JOC performs an implizit refresh of the content. When having an open Search with the browser, the search next button beginns from the begin of the page.
Desired Behavior
The refreshing of the left frame when clicking an entry should be optional.
To change the option
- open the file $SCHEDULER_DATA/config/operations_gui/custom.js has t
- search for _left_frame_update = true;
- change it to _left_frame_update = false;
- delete the cache of your browser
- reopen JOC
The behaviour with _left_frame_update = true;
- When clicking a job the left frame will be refreshed
- If you have an open search in firefox and then click find next the search will continued at the beginning of the page
The behaviour with _left_frame_update = false;
- When clicking a job the left frame will not be refreshed
- If you have an open search in firefox and then click find next the search will continued at the cursor position