View Issue Details

IDProjectCategoryView StatusLast Update
0021559mantisbtuipublic2016-10-23 17:15
Reportercproensa Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version2.0.0-beta.1 
Summary0021559: EVENT_MENU_ISSUE menu items use inconsistent format
Description

In some conditions, the menu items created with EVENT_MENU_ISSUE are formatted as bracketed links, which is the old 1.3 format

Tagsmodern-ui
Attached Files
Selección_030.png (11,772 bytes)   
Selección_030.png (11,772 bytes)   

Relationships

related to 0021821 new Add deprecated warning to outdated menu events 
related to 0021822 new expand menu links format for plugin events 

Activities

cproensa

cproensa

2016-10-23 05:51

developer   ~0054323

vboctor commented in PR 929:

For plugins, as part of changes done to modern UI we no longer want to accept pre-formatted links. The plugins provide an associative arrive that provides information like:

URL
Label
Icon (based on font-awesome)

Then the core code does the right thing in terms of formatting to match the core UI. It is a change from what we had for 1.3 plugins, but it provides more power and flexibility going forward.

cproensa

cproensa

2016-10-23 05:52

developer   ~0054324

I disagree that the UI core should format these as buttons.
They are links, and are more properly rendered as list items.

It is a change from what we had for 1.3 plugins

Then it's not fully implemented, still, as you can see here, the wrong format is still being printed