-
Improvement
-
Resolution: Fixed
-
Minor
-
2.4.11, 2.5.6, 2.5.7, 2.6.3, 2.6.4, 2.7, 2.7.1, 3.0.3, 3.1, 3.1.1, 3.2
-
MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_30_STABLE, MOODLE_31_STABLE, MOODLE_32_STABLE
-
MOODLE_32_STABLE
-
wip-
MDL-47113-master -
Hello when you select to open an LTI tool it always in the same tab or windows
In https://github.com/moodle/moodle/blob/master/mod/lti/view.php
echo "window.open('launch.php?id=".$cm->id."','lti');";
Will be great to change it to
echo "window.open('launch.php?id=".$cm->id."','lti".$cm->id."');";
Because if not is not possible to have 2 opened LTI tools at same time
Slightly changing the tracker item as well:
Also if popup is blocked, there is no link to open the link.
- will help resolve
-
MDL-42066 Popup blocker prevents External Tool when accessing directly via URL
- Closed