Closed (fixed)
Project:
Flag
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Dec 2011 at 10:25 UTC
Updated:
21 May 2014 at 08:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
joachim commentedIt shows as a tab on 7.x-3.x. Also Views 3 is rather different as it uses dropdown menus.
Comment #2
Scyther commentedIt sounds good to have the Import link next to the Add link as an action link instead of a tab.
Talking about 7.x-3.x version, and also maybe in the other version to.
Comment #3
joachim commentedI forget which one is MENU_LOCAL_ACTION and which is LOCAL_TASK as they are pretty much DX WTF misnomers.
Basically -- if you want to change the status quo, reopen and file a patch ;)
Comment #4
joachim commentedIt looks like all the CTools exportables have the 'Import' as a local task rather than a tab.
Shouldn't be too tricky to make a match; tagging as novice.
Comment #5
cs_shadow commentedChanged Import menu item to MENU_LOCAL_ACTION in accordance with Views. Do you think we also need to change the export menu item?
Comment #6
joachim commented> Do you think we also need to change the export menu item?
Now there's a dilemma!
The docs at https://api.drupal.org/api/drupal/includes!menu.inc/constant/MENU_LOCAL_... suggest we should.
It also looks really odd to have import and export in different parts of the UI.
So yes, let's do that in this patch too.
Comment #7
cs_shadow commentedChanged the export menu item also to MENU_LOCAL_ACTION.
Comment #8
joachim commentedThanks!