View Issue Details

This bug affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
14835Bug reportsMenu systempublic2019-05-02 15:10
Reporterbewi Assigned Toollehar  
PrioritynoneSeverityminor 
Status closedResolutionduplicate 
Product Version3.17.x 
Summary14835: no icons for homepage entries
Description

If you want to enhance the dashboard (homepage of the limesurvey BackEnd) you can select an icon for your new entry.
This icon is displayed in the list of homepage entries (/admin/homepagesettings), but not on the homepage itself (/admin/index).

The reason is a hardcoded prefix "icon-" in this list, whereas in the real menu no prefix is used and the plain entry from the table 'lime_boxes', field 'ico' is taken.

On the other hand this prefix invalidates the icons for the default entries in the list, which have the prefix already in the database table. For most entries this results in no icon in the list view. But there is one entry with an font awesome value ("fa fa-cart-plus") which results in an broken character.

Steps To Reproduce
  1. call index.php/admin/homepagesettings have a look in the column 'Icon': no icons visible (CSS classes are: 'icon-icon-add', 'icon-icon-list', 'icon-icon-settings', 'icon-icon-shield', 'icon-fa fa-cart-plus', 'icon-icon-templates')

  2. create a new box and select an icon

  3. store and close: the selected icon is visible in the boxes list

  4. go to homepage (index.php/admin/index): the new box has no icon

Additional Information

it is not possible to select a font awesome icon from the backend (only by direct database manipulation)

TagsNo tags attached.
Bug heat0
Complete LimeSurvey version number (& build)Version 3.17.3+190429
I will donate to the project if issue is resolvedNo
Browser
Database type & version*
Server OS (if known)
Webserver software & version (if known)
PHP Version*

Relationships

duplicate of 14660 closedollehar Unable to choose icon on Boxes 

Users monitoring this issue

There are no users monitoring this issue.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-05-02 14:55 bewi New Issue
2019-05-02 14:55 bewi Status new => assigned
2019-05-02 14:55 bewi Assigned To => markusfluer
2019-05-02 15:09 DenisChenu Relationship added duplicate of 14660
2019-05-02 15:10 DenisChenu Assigned To markusfluer => ollehar
2019-05-02 15:10 DenisChenu Status assigned => closed
2019-05-02 15:10 DenisChenu Resolution open => duplicate
2019-09-10 11:46 c_schmitz Category MenuSystem => Menu system