? Pending

User tests: Successful: Unsuccessful:

avatar mvanvu
mvanvu
16 Dec 2017

Pull Request for Issue # .

Summary of Changes

The issue when menu has only a request with field type is list and multiple attribute. The first save time for one or multi option list is OK but the second time the menu can not clear the option list, it always loads the previous value.

Testing Instructions

  1. Modify /components/com_content/views/featured/tmpl/default.xml at line 10
  2. Add a request group
<fields name="request">
		<fieldset name="request">
			<field
					name="custom"
					type="list"
					label="Custom IDs"
					multiple="true">
				<option value="1">ID 1</option>
				<option value="2">ID 2</option>
				<option value="3">ID 3</option>
			</field>
		</fieldset>
</fields>
  1. Create a new menu item type is Featured Articles and choose some Custom IDs values -> Save
  2. Clear Custom IDs values -> save

Expected result

Custom IDs is empty.

Actual result

Custom IDs is not empty.

avatar mvanvu mvanvu - open - 16 Dec 2017
avatar mvanvu mvanvu - change - 16 Dec 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 16 Dec 2017
Category Administration com_menus
avatar franz-wohlkoenig franz-wohlkoenig - test_item - 16 Dec 2017 - Tested successfully
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 16 Dec 2017

I have tested this item successfully on 6684ff5


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

avatar Quy Quy - test_item - 16 Dec 2017 - Tested successfully
avatar Quy
Quy - comment - 16 Dec 2017

I have tested this item successfully on 6684ff5


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

avatar Anu1601CS Anu1601CS - test_item - 16 Dec 2017 - Tested successfully
avatar Anu1601CS
Anu1601CS - comment - 16 Dec 2017

I have tested this item successfully on 6684ff5


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

avatar franz-wohlkoenig franz-wohlkoenig - change - 16 Dec 2017
Status Pending Ready to Commit
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 16 Dec 2017

Ready to Commit after 3 successful tests.

avatar mbabker mbabker - change - 18 Dec 2017
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-12-18 03:30:10
Closed_By mbabker
Labels Added: ?
avatar mbabker mbabker - close - 18 Dec 2017
avatar mbabker mbabker - merge - 18 Dec 2017

Add a Comment

Login with GitHub to post a comment