aliases/implications: remove dead approving/updating code.
Remove the edit, update, and approve endpoints for tag aliases and implications. These have been useless since individual alias and implication requests were removed. Aliases and implications could only be edited or approved if they were in the pending state, which is no longer possible. Also remove unused new alias/implication request forms.
This commit is contained in:
@@ -366,10 +366,10 @@ module ApplicationHelper
|
||||
when "moderator/dashboards"
|
||||
/^\/moderator/
|
||||
|
||||
when "tag_aliases", "tag_alias_requests"
|
||||
when "tag_aliases"
|
||||
/^\/tag_aliases/
|
||||
|
||||
when "tag_implications", "tag_implication_requests"
|
||||
when "tag_implications",
|
||||
/^\/tag_implications/
|
||||
|
||||
when "wiki_pages", "wiki_page_versions"
|
||||
|
||||
Reference in New Issue
Block a user