Project Front end – Tabs with bad links
Author | Posts |
---|---|
July 9, 2015 at 5:03 pm 54958 | |
Nayem | Some tabs inside the project on the fornt end have bad urls: - Activity : weburl/comunicacion/proyectos/?project_id=41 (GOOD URL) - Messages : weburl/comunicacion/?project_id=41&tab=message&action=index (BAD URL - the 'proyectos' part of URL is missing) Please provide me instructions on how to fix it |
July 10, 2015 at 3:07 pm 55056 | |
Jesus | This solution might help others: File: wedevs-project-manager-fronted-pro/urls.php Inside the following function add an extra code: function get_permalink($page_id=null){ ___________________ I must say Its a trial an error fix, I dont know why it works but the customer is very angry and I need to fix it somehow and support from wedevs is not acting fast enough. I MUST SAY THAT FIXES MUST BE MADE PUBLIC!!!!!!! So other can fix things instead of giving access to wedevs support every time a bug is discovered , and there are quite a few in my case. |
July 10, 2015 at 10:12 pm 55092 | |
Ed | thanks its working…. |
July 11, 2015 at 12:24 pm 55148 | |
Nayem | Hello Jesus, Thank you for your fix. It will help our clients. In our next release this error will not appear. Thanks. |