Skip to content
Snippets Groups Projects

Fixes::156799022::kaushik::Total Page count in import popup displays 0 fixed

Merged kaushik p requested to merge kaushik.p/vtigercrm:156799022 into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
20 20 <input type="hidden" id="pageEndRange" value="{$PAGING_MODEL->getRecordEndRange()}" />
21 21 <input type="hidden" id="previousPageExist" value="{$PAGING_MODEL->isPrevPageExists()}" />
22 22 <input type="hidden" id="nextPageExist" value="{$PAGING_MODEL->isNextPageExists()}" />
23 <input type="hidden" id="totalCount" value="{$LISTVIEW_COUNT}" />
23 <input type="hidden" id="totalCount" value="{$listViewCount}" />
  • Prasad marked this merge request as draft

    marked this merge request as draft

  • kaushik p added 1 commit

    added 1 commit

    Compare with previous version

  • Prasad marked this merge request as ready

    marked this merge request as ready

  • Prasad mentioned in commit 89ace159

    mentioned in commit 89ace159

  • merged

  • Please register or sign in to reply
    Loading