Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initialize $sRowClass so AlternateRowStyle works (#7158)
# Description & Issue number it closes <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. --> initialize `$sRowClass` so `AlternateRowStyle` works from Gitter: >In Data/Reports -> Query Menu, if you run for example a Birthdays query, which should return a person, the results are not shown and the page seems unfinished (also menus on the left or icons on the right top do not expand if you click on them if this happens). This does not happen when you run a query which do not return any result. You can check this issue by running the Demo session, add some person with a birth date, and then try the Birthdays query which should return that person. There is actually and error in log file for this issue: `Uncaught TypeError: AlternateRowStyle(): Argument #1 ($sCurrentStyle) must be of type string, null given` I have not tried all the queries on the Query Menu page, but it seems other queries do the same.
- Loading branch information