Hide Forgot
Subnet CRUD actions should use task queue for consistent logging and task tracking
Addressed with https://github.com/ManageIQ/manageiq/pull/12045
Master PR has been merged. Waiting now for cherry pick backport for euwe branch.
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/e049370ddfdf2f4f6dc1d8db7220a74040c510e6 commit e049370ddfdf2f4f6dc1d8db7220a74040c510e6 Author: Martin Povolny <mpovolny> AuthorDate: Thu Dec 15 09:43:17 2016 +0100 Commit: Tzu-Mainn Chen <tzumainn> CommitDate: Fri Jan 13 20:40:19 2017 +0100 [EUWE] Cloud Subnet UI: Task queue, validation, buttons https://bugzilla.redhat.com/show_bug.cgi?id=1394282 This is an Euwe-only commit to resolve conflicts with: app/controllers/cloud_subnet_controller.rb This PR is equvalent to https://github.com/ManageIQ/manageiq/pull/12045 for master .../cloud_subnet/cloud_subnet_form_controller.js | 3 + app/controllers/cloud_subnet_controller.rb | 187 ++++++++++++--------- .../toolbar/cloud_subnets_center.rb | 40 ++--- app/models/cloud_subnet.rb | 27 --- .../providers/openstack/network_manager.rb | 23 ++- .../openstack/network_manager/cloud_subnet.rb | 63 ++++--- app/views/cloud_subnet/_common_new_edit.haml | 32 ++++ app/views/cloud_subnet/edit.html.haml | 34 +--- app/views/cloud_subnet/new.html.haml | 45 ++--- config/routes.rb | 1 + spec/controllers/cloud_subnet_controller_spec.rb | 116 +++++++++---- 11 files changed, 331 insertions(+), 240 deletions(-) create mode 100644 app/views/cloud_subnet/_common_new_edit.haml
verified on 5.8.0.3