Master
Merge request reports
Activity
mentioned in commit aa366b16
128 128 } 129 129 } 130 130 131 $viewer->assign('NO_PAGINATION', true); @prasad Why did you add this? In 8.3.0 if you now go to a record in DetailView from a Listview where there are multiple records, then the forward and back buttons disappear in the Detail View? Confirmed on your demo system too.
@lord_alan did you try to comment out that line to see if buttons come back?
@lord_alan - This was added as initialization state as NO_PAGINATION variable has reference in template. (otherwise a E_WARNING gets emitted)
Edited by PrasadThanks @prasad but the forward and back buttons do not appear in Detail View with this set? Have just created three leads on your demo system. No forward and back buttons are present - see attached screencast :-(
@lord_alan - fixed in master - commit 61d10e4c