Support a specific icon for every LTI tool and Placement
Description
Environment
Test Plan
Attachments
duplicates
is related to
Activity

Charles R Severance July 6, 2015 at 7:42 AM
I caught one place I missed in the big commit - https://github.com/sakaiproject/sakai/pull/807 in Site Manage.... Here is a broken image.

Charles R Severance July 6, 2015 at 7:02 AMEdited
For some strange reason the picker is not showing the icons while selecting them or after they are selected. The styling is correct and the same classes work on the left nav menu. (Image attached)
And if you manually change the "content:" to somethling like "x" in the lower right css inspector, it changes and displays the X. (image attached)
I have also done testing where I just put
<i class="fa fa-anchor"></i> in the markup with after the selector and it shows fine.
I also made the following test, loading the CSS as best I can manually and then loading the picker and it works and shows just fine:
https://trunk-mysql.nightly.sakaiproject.org//library/js/fontIconPicker/2.0.1-cs/demo.html
Please help

Charles R Severance July 5, 2015 at 2:53 PM
Cool - The external tool with the font awesome ambulance icon...

Charles R Severance July 5, 2015 at 2:26 PM
Note to self:
ALTER TABLE lti_content ADD fa_icon VARCHAR(1024)
ALTER TABLE lti_tools ADD fa_icon VARCHAR(1024)
Details
Assignee
Charles R SeveranceCharles R SeveranceReporter
Charles R SeveranceCharles R SeveranceComponents
Affects versions
Priority
Major
Details
Details
Assignee

Reporter

This will add the ability to specify an icon for every LTI tool. It might be limited at the beginning.