mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
Merge remote-tracking branch 'origin/standalone_develop' into standalone_develop
This commit is contained in:
@@ -231,6 +231,8 @@ zh-CN:
|
||||
ignore:
|
||||
name: 'git忽略文件名称'
|
||||
content: 'git忽略文件内容'
|
||||
feedback_message_history:
|
||||
title: ''
|
||||
close_pr: 合并请求
|
||||
roles:
|
||||
Developer: 开发者
|
||||
|
||||
@@ -943,6 +943,10 @@ Rails.application.routes.draw do
|
||||
resources :nps do
|
||||
post :switch_change, on: :collection
|
||||
end
|
||||
resources :feedbacks, only: [:index, :destroy] do
|
||||
get :new_history, on: :member
|
||||
post :create_history, on: :member
|
||||
end
|
||||
resources :laboratories, only: [:index, :create, :destroy, :update] do
|
||||
member do
|
||||
get :shixuns_for_select
|
||||
|
||||
Reference in New Issue
Block a user