Skip to content

Set current record explicitly after loading records on screen

Since ab82d479eca1 screen load does not set current record but some widget relies on it. So they must set explicitly the current record they need. Also when a current record is not needed, there is no need to call display after loading because load already calls display.

Merge request reports