Details
-
Type: Sub-task
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.3.0
-
Component/s: None
-
Labels:None
Description
Hi,
As most of the template is client side and that some will contain links to another civi page, we need to be able to compose this url on the client side.
so $(.crmURL('civicrm/contact/view',
{cid:42,reset:1}) would generate the proper url for J!, WP & Drupal
dlobo, can you help me on that one?
The goal isn't to have a 100% coverage but just have the basic "back office" links working, no matter the CMS & if it's clean url or not. I'm a bit lost as to be sure we cover everything that needs to be covered
(So far on the code analysis, I got stuck at)
return $config->userSystem->url( $path, $query, $absolute, $fragment, $htmlize, $frontend );
Would need guidance.
X+