Skip to content
  • Cecilia Vela Gurovic's avatar
    Bug 1711443: 'Show more' button in group P&C screen · e470bc63
    Cecilia Vela Gurovic authored
    In pagination.js, pagination_showmore function was
    expecting the group value from the button clicked
    to be a string, but it is a number.
    
    .data() from jQuery converts a string representing
    a number to an actual number.
    
    behatnotneeded
    
    Change-Id: If66231211c229f1cf18a5efb35236c2f90ad5a44
    e470bc63