-
Bug
-
Resolution: Fixed
-
Minor
-
4.0.7, 4.1.2
To reproduce:
- Clone a third-party activity plugin that doesn't have SVG icons yet. (e.g. mod_threesixo)
cd [to your moodle root folder]
git clone https://github.com/junpataleta/moodle-mod_threesixo.git mod/threesixo
cd mod/threesixo
# Delete the monologo icons so it will fall back to using the old pix/icon (icon.png).
rm mod/threesixo/pix/monologo.*
- Run the upgrade process to install the plugin.
- Go back to the course homepage and add a 360-degree feedback activity.
- Set a value for "Allow answers to".
- Save and display.
- Edit 360 feedback items.
- Pick a question from the question bank.
- Add a new question
- Enter any text and save the changes
- Select this question and save the changes.
- Go back to the 360 dashboard
- Press "Make available".
- Log in as a student enrolled in a course.
- Go to your dashboard.
- Turn editing on and add the Upcoming events block
- Expected: The icon for the 360-degree feedback activity is the same as the icon in mod/threesixo/pix/icon.png
- Actual: The icon is being whitened out.
- has a non-specific relationship to
-
MDL-77105 Non-monologo icons are being rendered as whitened out
-
- Closed
-