Ticket #2744 (closed defect: fixed)
Mobile apps: wrong link to profile info
| Reported by: | AlexT | Owned by: | AlexT |
|---|---|---|---|
| Priority: | major | Milestone: | Dolphin 7.0.9 |
| Keywords: | Cc: |
Description
If Dolphin 7.0.7 patch was applied - it added incorrect link to profile info in profile view.
To fix problem apply 7.0.9 patch or run the following query:
UPDATE `sys_menu_mobile` SET `action` = 5 WHERE `type` = 'system' AND `page` = 'profile' AND `title` = '_sys_mobile_profile_info' AND `action` = 8;
Change History
Note: See
TracTickets for help on using
tickets.
r15900