[obs-commits] [openSUSE/open-build-service] a83ab4: Migrate from 'new_project_modal' to page
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: a83ab4e43b5bc028b29cbc905323cb200f31b963 https://github.com/openSUSE/open-build-service/commit/a83ab4e43b5bc028b29cbc... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2020-02-26 (Wed, 26 Feb 2020) Changed paths: M src/api/app/controllers/webui/project_controller.rb M src/api/app/views/webui/main/_user_proceed-list.html.haml M src/api/app/views/webui/project/_breadcrumb_items.html.haml M src/api/app/views/webui/project/_form.html.haml R src/api/app/views/webui/project/_new_project_modal.html.haml M src/api/app/views/webui/project/index.html.haml M src/api/app/views/webui/project/new.html.haml M src/api/app/views/webui/project/subprojects.html.haml M src/api/spec/controllers/webui/project_controller_spec.rb M src/api/spec/features/webui/projects_spec.rb Log Message: ----------- Migrate from 'new_project_modal' to page Views which relied on 'new_project_modal' are now linking to project#new. Use same wording for a link and the page it links to. Set breadcrumbs and page title of project#new based on the context. Add missing breadcrumb for project#subprojects. Use 'namespace' instead of 'ns'. Commit: 601bb0c0f400c51510ef1537b078c74db78af1fa https://github.com/openSUSE/open-build-service/commit/601bb0c0f400c51510ef15... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2020-02-26 (Wed, 26 Feb 2020) Changed paths: M src/api/app/controllers/webui/project_controller.rb M src/api/app/views/webui/main/_user_proceed-list.html.haml M src/api/app/views/webui/project/_breadcrumb_items.html.haml M src/api/app/views/webui/project/_form.html.haml R src/api/app/views/webui/project/_new_project_modal.html.haml M src/api/app/views/webui/project/index.html.haml M src/api/app/views/webui/project/new.html.haml M src/api/app/views/webui/project/subprojects.html.haml M src/api/spec/controllers/webui/project_controller_spec.rb M src/api/spec/features/webui/projects_spec.rb Log Message: ----------- Merge pull request #9131 from dmarcoux/migrate-new_project_modal-to-page Migrate from "new_project_modal" to page Compare: https://github.com/openSUSE/open-build-service/compare/06d6560d7a26...601bb0...
participants (1)
-
Henne Vogelsang