[obs-commits] [openSUSE/open-build-service] 0265df: Update BS request with AJAX call
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 0265dfeece54a45e6cece117c090831fde5e648a https://github.com/openSUSE/open-build-service/commit/0265dfeece54a45e6cece1... Author: Oleksandr Orlov <oorlov@suse.com> Date: 2020-09-30 (Wed, 30 Sep 2020) Changed paths: M src/api/app/controllers/webui/request_controller.rb M src/api/app/views/webui/request/_decision_tab.html.haml A src/api/app/views/webui/request/_handle_request.html.haml A src/api/app/views/webui/request/_update.js.erb M src/api/app/views/webui/request/show.html.haml Log Message: ----------- Update BS request with AJAX call The commit introduces asynchronous update for BS Requests. This was implemented in scope of adding notification toolbar feature (#10220). Previously, when the request got updated (e.g. approved/rejected), the page was refreshed and notification toolbar was removed, because it relies on 'notification_id' query parameter, but that parameter got removed after action was made on BS request. Commit: 6b9b15c68d86a84222c884f100c4ca991db4666b https://github.com/openSUSE/open-build-service/commit/6b9b15c68d86a84222c884... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2020-09-30 (Wed, 30 Sep 2020) Changed paths: M src/api/app/controllers/webui/request_controller.rb M src/api/app/views/webui/request/_decision_tab.html.haml A src/api/app/views/webui/request/_handle_request.html.haml A src/api/app/views/webui/request/_update.js.erb M src/api/app/views/webui/request/show.html.haml Log Message: ----------- Merge pull request #10227 from OleksandrOrlov/9279_bs_request_ajax Update BS Request with AJAX call Compare: https://github.com/openSUSE/open-build-service/compare/8ca526bbfb3d...6b9b15...
participants (1)
-
Dany Marcoux