mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 13:45:44 +08:00
fix: remove system_notification_history
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
zh-CN:
|
||||
activerecord:
|
||||
attributes:
|
||||
system_notification_history:
|
||||
system_notification: "系统通知"
|
||||
system_notification_id: "系统通知"
|
||||
@@ -263,7 +263,6 @@ Rails.application.routes.draw do
|
||||
end
|
||||
|
||||
scope module: :users do
|
||||
resources :system_notification_histories, only: [:create]
|
||||
resources :applied_messages, only: [:index]
|
||||
resources :applied_transfer_projects, only: [:index] do
|
||||
member do
|
||||
@@ -671,11 +670,7 @@ Rails.application.routes.draw do
|
||||
resources :project_licenses
|
||||
resources :project_ignores
|
||||
resources :reversed_keywords
|
||||
resources :system_notifications do
|
||||
member do
|
||||
get :history
|
||||
end
|
||||
end
|
||||
resources :system_notifications
|
||||
resources :message_templates, only: [:index, :edit, :update] do
|
||||
collection do
|
||||
get :init_data
|
||||
|
||||
Reference in New Issue
Block a user