Bug 1650461

Summary: Save button not getting enabled after changing "Truncate Long Text" in visual setting page
Product: Red Hat CloudForms Management Engine Reporter: Niyaz Akhtar Ansari <nansari>
Component: UI - OPSAssignee: Martin Hradil <mhradil>
Status: CLOSED CURRENTRELEASE QA Contact: Ganesh Hubale <ghubale>
Severity: medium Docs Contact: Red Hat CloudForms Documentation <cloudforms-docs>
Priority: high    
Version: 5.10.0CC: akarol, bmidwood, hkataria, lavenel, mfeifer, mpovolny, obarenbo, simaishi
Target Milestone: GAKeywords: Regression
Target Release: 5.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.10.0.25 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-02-12 16:51:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Attachments:
Description Flags
screenshot none

Description Niyaz Akhtar Ansari 2018-11-16 08:54:57 UTC
Created attachment 1506358 [details]
screenshot

Description of problem:


Version-Release number of selected component (if applicable):
Version 5.10.0.24.20181113213923_03b81fd

How reproducible:
100%

Steps to Reproduce:
1.Go My Settings-> Visuals tab
2.Change Truncate Long Text from drop down and try to save


Actual results:
Button not getting enable

Expected results:
It should work

Additional info:

Comment 4 CFME Bot 2018-11-20 11:32:40 UTC
New commits detected on ManageIQ/manageiq-ui-classic/master:

https://github.com/ManageIQ/manageiq-ui-classic/commit/eaa3dfc2085cb2378a65a6384f6edc706f3cd09f
commit eaa3dfc2085cb2378a65a6384f6edc706f3cd09f
Author:     Martin Hradil <mhradil>
AuthorDate: Tue Nov 20 05:22:33 2018 -0500
Commit:     Martin Hradil <mhradil>
CommitDate: Tue Nov 20 05:22:33 2018 -0500

    Configuration - notify backend when `quad_truncate` gets changed

    without `miqSelectPickerEvent`, any change in `quad_truncate` never gets propagated to the backend
    => adding `miqSelectPickerEvent`

    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1650461

 app/views/configuration/_ui_1.html.haml | 2 +
 1 file changed, 2 insertions(+)


https://github.com/ManageIQ/manageiq-ui-classic/commit/8c98e8fdbcee7221d8a3ee45dcc60470b71aba93
commit 8c98e8fdbcee7221d8a3ee45dcc60470b71aba93
Author:     Martin Hradil <mhradil>
AuthorDate: Mon Nov 19 13:10:31 2018 -0500
Commit:     Martin Hradil <mhradil>
CommitDate: Mon Nov 19 13:10:31 2018 -0500

    ui_1 - sanitize javascript

    made sure that indent of the javascript always matches the indent of the select itself,
    fixed style issues (double quotes to single quotes, added semicolons),
    removed useless gettext around field names (not descriptions),
    and made sure `miqInitSelectPicker` ends up getting called exactly once.

    https://bugzilla.redhat.com/show_bug.cgi?id=1650461

 app/views/configuration/_ui_1.html.haml | 36 +-
 1 file changed, 17 insertions(+), 19 deletions(-)

Comment 5 CFME Bot 2018-11-20 14:43:28 UTC
New commit detected on ManageIQ/manageiq-ui-classic/hammer:

https://github.com/ManageIQ/manageiq-ui-classic/commit/7c7808600cbe01b8627268e2d608d0a290cf1497
commit 7c7808600cbe01b8627268e2d608d0a290cf1497
Author:     Milan Zázrivec <mzazrivec>
AuthorDate: Tue Nov 20 06:31:32 2018 -0500
Commit:     Milan Zázrivec <mzazrivec>
CommitDate: Tue Nov 20 06:31:32 2018 -0500

    Merge pull request #4942 from himdel/quad-event-bz1650461

    Configuration - notify backend when `quad_truncate` gets changed

    (cherry picked from commit 29734e6ddc0de970dc133570d7252aee62741e8a)

    https://bugzilla.redhat.com/show_bug.cgi?id=1650461

 app/views/configuration/_ui_1.html.haml | 38 +-
 1 file changed, 19 insertions(+), 19 deletions(-)