Bug 1466032
Summary: | Adding an Automate Task schedule adds UTC to the last Attribute/Value pair | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Ryan Spagnola <rspagnol> | |
Component: | Automate | Assignee: | Drew Bomhof <dbomhof> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Milan Falešník <mfalesni> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 5.8.0 | CC: | abraverm, brant.evans, clasohm, dajohnso, ikaur, jhardy, jwarnica, mkanoor, nchugh, obarenbo, tfitzger, tpapaioa | |
Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
Target Release: | 5.9.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | automate:schedule | |||
Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1479943 (view as bug list) | Environment: | ||
Last Closed: | 2018-03-06 14:39:22 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | Bug | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | CFME Core | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1479943, 1480288 |
Description
Ryan Spagnola
2017-06-28 19:25:31 UTC
New commit detected on ManageIQ/manageiq-providers-azure/master: https://github.com/ManageIQ/manageiq-providers-azure/commit/255c954a313bf02099e860d72e5d7e4f03096a30 commit 255c954a313bf02099e860d72e5d7e4f03096a30 Author: Drew Bomhof <dbomhof> AuthorDate: Mon Jul 10 16:28:05 2017 -0400 Commit: Drew Bomhof <dbomhof> CommitDate: Mon Jul 10 16:28:05 2017 -0400 Security Groups array_integer data type Adding the array_integer datatype to allow arrays to be passed into the security groups dialog Dependent on: https://github.com/ManageIQ/manageiq/pull/15409 https://bugzilla.redhat.com/show_bug.cgi?id=1466032 content/miq_dialogs/miq_provision_azure_dialogs_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (In reply to CFME Bot from comment #2) > New commit detected on ManageIQ/manageiq-providers-azure/master: > https://github.com/ManageIQ/manageiq-providers-azure/commit/ > 255c954a313bf02099e860d72e5d7e4f03096a30 > > commit 255c954a313bf02099e860d72e5d7e4f03096a30 > Author: Drew Bomhof <dbomhof> > AuthorDate: Mon Jul 10 16:28:05 2017 -0400 > Commit: Drew Bomhof <dbomhof> > CommitDate: Mon Jul 10 16:28:05 2017 -0400 > > Security Groups array_integer data type > > Adding the array_integer datatype to allow arrays to be passed into the > security groups dialog > > Dependent on: https://github.com/ManageIQ/manageiq/pull/15409 > > https://bugzilla.redhat.com/show_bug.cgi?id=1466032 > > content/miq_dialogs/miq_provision_azure_dialogs_template.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This PR had the wrong BZ attached New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/626f59ecc7e4c87549f316207f92d94cd7d55076 commit 626f59ecc7e4c87549f316207f92d94cd7d55076 Author: Drew Bomhof <dbomhof> AuthorDate: Mon Jul 31 15:27:37 2017 -0400 Commit: Drew Bomhof <dbomhof> CommitDate: Mon Jul 31 15:27:37 2017 -0400 Add the '&' separator for the time_zone parameter The encoded time_zone parameter was being sent over without an '&' separator which caused it to be included in the key value pairs returned https://bugzilla.redhat.com/show_bug.cgi?id=1466032 app/assets/javascripts/controllers/schedule/schedule_form_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Quoting @bevans To work around this issue The schedule needs to be modified via the rails console. MiqSchedule is the class for the schedules. s = MiqSchedule.where(:name => 'test schedule').first s.filter[:ui][:ui_attrs][2][1] = 'ScheduleTest' s.filter[:parameters]["instance"] = 'ScheduleTest' s.save *** Bug 1493280 has been marked as a duplicate of this bug. *** *** Bug 1490098 has been marked as a duplicate of this bug. *** Verified in 5.9.0.1, this no longer happens *** Bug 1503982 has been marked as a duplicate of this bug. *** *** Bug 1493381 has been marked as a duplicate of this bug. *** |