Skip to content
Snippets Groups Projects
Commit bae549bf authored by Jan Haller's avatar Jan Haller
Browse files

Refs #17498 - Comment.

parent 70137477
No related branches found
No related tags found
3 merge requests!691New version v24.3.0,!665Refs #17498 - previous/next button on form,!655previous/next buttons on form
......@@ -989,6 +989,7 @@ class BuildFormBootstrap extends AbstractBuildForm {
*/
public function buildPreviousNextButtons($btnPreviousNextSqlArr, $currentRecordId, $btnPreviousNextLoopFlag) {
// No records selected
if (empty($btnPreviousNextSqlArr)) {
return '';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment