J4 Issue ?
avatar micker
micker
15 Nov 2018

Steps to reproduce the issue

edit or create an item
click on New Menu item

Expected result

A link to current item with title

Actual result

Nothing was select, user need to select type of link

I think we need to check context and add value inside
In category => link to category with name
In item => link to item with name
etc ...

avatar micker micker - open - 15 Nov 2018
avatar joomla-cms-bot joomla-cms-bot - change - 15 Nov 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 15 Nov 2018
avatar micker micker - change - 15 Nov 2018
The description was changed
avatar micker micker - edited - 15 Nov 2018
avatar micker micker - change - 15 Nov 2018
The description was changed
avatar micker micker - edited - 15 Nov 2018
avatar dautrich
dautrich - comment - 16 Nov 2018

I don't really get your point. Can you explain more clearly what you would like to achieve!?

avatar micker
micker - comment - 16 Nov 2018

lol sorry did you test it (its joke)?
no sense to click on "add item link menu" in an item form and need to select type, name etc ...
when you you clic on buy did you need to reselect article in cart ??
it will be automatic

avatar chmst
chmst - comment - 16 Nov 2018

I do not understand either.
If you edit or create an item - which item? A Menu Item for a Menu? While editing a Item, it is not possible to click on "new item" this button exists only on lists.
Could you give a screenshot?

avatar brianteeman
brianteeman - comment - 16 Nov 2018

newmenu

avatar chmst
chmst - comment - 16 Nov 2018

Thank you ... got it. The item is an article ..

avatar micker
micker - comment - 17 Nov 2018

Yes sorry that the same workflow for category thanks @brianteeman for gif

avatar brianteeman
brianteeman - comment - 17 Nov 2018

Its a bug not a missing feature

avatar infograf768
infograf768 - comment - 17 Nov 2018

The code does not create at all a single article menu item.
It just loads the menu item modal. Only the language would already be filled in case of multilingual site and the item has a language set.

				// Setup variables for display
				$linkSuffix = '&layout=modal&client_id=0&tmpl=component&' . Session::getFormToken() . '=1';
				$linkItem   = 'index.php?option=com_menus&view=item' . $linkSuffix;

				// Force the language of the menu item when multilang is implemented
				if (Multilanguage::isEnabled() && $this->form->getValue('language') !== '*')
				{
					$linkItem .= '&forcedLanguage=' . $this->form->getValue('language');
				}

				$urlNew  = $linkItem . '&task=item.add';
avatar micker
micker - comment - 17 Nov 2018

Thanks for checking code @infograf768

avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Mar 2019
Title
[j4] New Menu item workflow
[.04] New Menu item workflow
Status New Discussion
avatar joomla-cms-bot joomla-cms-bot - edited - 4 Mar 2019
avatar franz-wohlkoenig franz-wohlkoenig - change - 28 Mar 2019
Title
[.04] New Menu item workflow
[4.0] New Menu item workflow
avatar joomla-cms-bot joomla-cms-bot - edited - 28 Mar 2019
avatar franz-wohlkoenig franz-wohlkoenig - change - 28 Mar 2019
Category com_workflow
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Apr 2019
Labels Added: J4 Issue
avatar franz-wohlkoenig franz-wohlkoenig - labeled - 4 Apr 2019
avatar franz-wohlkoenig franz-wohlkoenig - change - 7 Apr 2019
Category com_workflow com_menus UI/UX
avatar micker
micker - comment - 24 Oct 2019

i think we need to finish this feature ... or remove add link to menu button because no sense to add information x2

avatar brianteeman
brianteeman - comment - 14 Jan 2020

Closing as this has been resolved elsewhere and is no longer reproducable


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23086.

avatar joomla-cms-bot joomla-cms-bot - close - 14 Jan 2020
avatar brianteeman brianteeman - change - 14 Jan 2020
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2020-01-14 18:09:45
Closed_By brianteeman
avatar joomla-cms-bot joomla-cms-bot - change - 14 Jan 2020
Closed_By brianteeman joomla-cms-bot
avatar joomla-cms-bot
joomla-cms-bot - comment - 14 Jan 2020

Add a Comment

Login with GitHub to post a comment