-
Bug
-
Resolution: Fixed
-
Minor
-
4.1
-
MOODLE_401_STABLE
-
MOODLE_401_STABLE
-
MDL-75521-master -
-
1
-
HQ Sprint 0.3 Database
After MDL-75146 refactoring, the get_tag_moreurl_replacement() function returned value is not the absolute URL but the relative one. We should return the absolute URL as in Moodle 4.0
Expected return: http://www.moodlesite.org/moodle/moodle_40/mod/data/view.php?d=1&rid=1
Obtained return: view.php?d=1&rid=1
Steps to reproduce it:
- Create a database and use a preset to fill it with fields and templates.
- Go to Templates -> List template and add somewhere in the template ##moreurl## tag
- Add an entry and check the result when moving to 'List template' view.
- is a regression caused by
-
MDL-75146 Create a new ##id## tag to use in Database activity templates
-
- Closed
-