Skip to content
Snippets Groups Projects

Dev#7832 profils url rewriting

Merged Laurent requested to merge dev#7832_profils_url_rewriting into WIP

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Patrick Barroca
    Patrick Barroca @pbarroca started a thread on the diff
    39 39 protected $_defaultValues = array('clef_profil' => '1');// Par defaut profil portail
    40 40
    41 41 public function getUrl($preferences=[]) {
    42 return $this->_url = BASE_URL . "/opac/index/index/id_profil/" . $preferences["clef_profil"];
    42 return $this->_url = Class_Url::assemble( $this->_getUrlParams($preferences),
    43 null,
    44 true);
    43 45 }
    44 46
    47
    48 protected function _getUrlParams($preferences) {
Please register or sign in to reply