HomeHelpTrac

Ticket #2744 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

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

comment:1 Changed 4 months ago by AlexT

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.