Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-proto
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-proto
Merge requests
!57
Добавлено поле LocaleID в спецификации запроса ActionRequest
代码
评审变更
检出分支
下载
补丁
文本差异
Merged
Добавлено поле LocaleID в спецификации запроса ActionRequest
feature/PRXS-2758-ActionLocaleID
into
master
Overview
3
Commits
3
Pipelines
0
Changes
1
Merged
Danis Kirasirov
requested to merge
feature/PRXS-2758-ActionLocaleID
into
master
9 months ago
Overview
3
Commits
3
Pipelines
0
Changes
1
Expand
PRXS-2758: Передача в действия расширений текущего языка
Изменения perxis-go:
https://git.perx.ru/perxis/perxis-go/-/merge_requests/325
Edited
9 months ago
by
Danis Kirasirov
0
0
Merge request reports
Viewing commit
21d51abf
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
21d51abf
Передвинуто поле
· 21d51abf
Danis Kirasirov
authored
9 months ago
proto/extensions/extension.proto
+
1
−
1
Options
@@ -149,12 +149,12 @@ message Action {
message
ActionRequest
{
string
extension
=
1000
;
string
action
=
10100
;
string
locale_id
=
11050
;
string
space_id
=
10500
;
string
env_id
=
10510
;
string
collection_id
=
10520
;
string
item_id
=
10530
;
repeated
string
item_ids
=
10540
;
string
locale_id
=
11050
;
// Поля к которым применимо действие. В случае если действие выполняется из списка записей, содержит перечень
// полей которые пользователь выбрал для отображения в интерфейсе.
Loading