Ticket #1459 (closed defect: fixed)
Age slider bug
| Reported by: | mastermindsro | Owned by: | SergeyZ |
|---|---|---|---|
| Priority: | major | Milestone: | Dolphin 7.0 (Hookie) RC 2 |
| Keywords: | age slider bug search profile | Cc: |
Description
I have modified the maximum age for registering from 75 to 100, then in the front page if you play with the age slider a bit when you try to set the max. value again to 100 yo, the slider only shows "75" as it was with the default settings.. (so it's probably not working to change the max age from 75 to 100 as I put)..
Change History
comment:2 Changed 2 years ago by SergeyZ
- Owner changed from somebody to SergeyZ
- Status changed from new to assigned
comment:3 Changed 2 years ago by SergeyZ
- Status changed from assigned to closed
- Resolution set to fixed
rev: 13284
Applied this sql:
UPDATE `sys_options` SET `check` = 'return setSearchStartAge((int)$arg0);' WHERE `Name` = 'search_start_age'; UPDATE `sys_options` SET `check` = 'return setSearchEndAge((int)$arg0);' WHERE `Name` = 'search_end_age';
Note: See
TracTickets for help on using
tickets.
Plus the 100 tag from slider is not showing entirely because is longer than the slider max. button..