Skip to content

Commit

Permalink
No need to override core views in backlogs module
Browse files Browse the repository at this point in the history
The two overridden views were `project_settings/_versions.html.erb` and
`versions/_form.html.erb`, and overridding them is not needed anymore:
- core `project_settings/_versions.html.erb` was renamed in 2be6ca1,
  and the one from backlogs module was removed in 9de876d
- backlogs module `versions/_form.html.erb` was removed in 1850622.
  • Loading branch information
cbliard committed Dec 5, 2023
1 parent 34bc774 commit 73336f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/backlogs/lib/open_project/backlogs/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ def self.settings
before: :settings_storage
end

# We still override version and project settings views from the core! URH
override_core_views!

patches %i[PermittedParams
WorkPackage
Status
Expand Down

0 comments on commit 73336f6

Please sign in to comment.