Bug 1320032

Summary: javascript error on flagtype edit page
Product: [Community] Bugzilla Reporter: Rony Gong 🔥 <qgong>
Component: AdministrationAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED NEXTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 5.0CC: huiwang, jmcdonal, mtahir, qgong
Target Milestone: 5.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-16 06:07:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
inclusion none

Description Rony Gong 🔥 2016-03-22 07:45:02 UTC
Created attachment 1138911 [details]
inclusion

Description of problem:
The inclusion and exclusion doesn't show the items except click them

Version-Release number of selected component (if applicable):
5.0.2.rh2

How reproducible:
100%


Steps to Reproduce:
1.Login by admin, go to https://$Server/editflagtypes.cgi?action=enter&target_type=bug
2.Try to include some products and components
3.Check the includsion box

Actual results:
It is empty, but after click this box, it list the items

Expected results:
It could list the items without click action

Additional info:
Check attachment

Comment 1 Jeff Fearn 🐞 2016-04-20 06:46:15 UTC
Need to remove add text box and switch to http://selectize.github.io/selectize.js/#demo-tagging which will show all current users and allow you to add new users!

Ignore the missing delete widget on that example, it's a plugin they haven't enabled that we have enabled.

Comment 2 Jeff Fearn 🐞 2016-04-21 04:21:02 UTC
Had a chat with mtahir and agreed that the new widget is OK, the old behavior is not a requirement just the way old style multi-selects work.

I did find a  JS error on the page though which was breaking the components loading, will use this bug for that.

Comment 3 Rony Gong 🔥 2016-05-04 02:53:39 UTC
QA environment(5.0.2-rh5)
Result: Fail
Steps:
1.Login by admin, then open flagtype: bugzilla-4.4
==>The inclusions doesn't list:  Bugzilla:__Any__ , I need click that input box, then it list: Bugzilla:__Any__ , This is  a bad usability.

@mtahir, what is your option for this?

Comment 4 Muhammad Tahir 2016-05-04 03:44:44 UTC
(In reply to Rony Gong from comment #3)
> QA environment(5.0.2-rh5)
> Result: Fail
> Steps:
> 1.Login by admin, then open flagtype: bugzilla-4.4
> ==>The inclusions doesn't list:  Bugzilla:__Any__ , I need click that input
> box, then it list: Bugzilla:__Any__ , This is  a bad usability.
> 
> @mtahir, what is your option for this?

Jeff and I have agreed that new widget is ok.

Comment 5 Rony Gong 🔥 2016-05-04 03:53:15 UTC
As Product Owner agree this solution, and this feature isn't face to all customers, only used for admin, Verify it as Pass.