Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-proto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-proto
Compare revisions
6af1580075902894ee50e26ef27aecdd106278dd to b2ac7b057b6e815506d40f9ae41ad16733859d7b
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
perxis/perxis-proto
Select target project
No results found
b2ac7b057b6e815506d40f9ae41ad16733859d7b
Select Git revision
Loading items
Swap
Target
perxis/perxis-proto
Select target project
perxis/perxis-proto
1 result
6af1580075902894ee50e26ef27aecdd106278dd
Select Git revision
Loading items
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
feat: Добавлено поле LocaleID в спецификации запроса ActionRequest
· 016f2fc7
Danis Kirasirov
authored
10 months ago
and
Pavel Antonov
committed
10 months ago
016f2fc7
Merge branch 'feature/PRXS-2758-ActionLocaleID' into 'master'
· b2ac7b05
Pavel Antonov
authored
10 months ago
Добавлено поле LocaleID в спецификации запроса ActionRequest See merge request
!57
b2ac7b05
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/extensions/extension.proto
+3
-0
3 additions, 0 deletions
proto/extensions/extension.proto
with
3 additions
and
0 deletions
proto/extensions/extension.proto
View file @
b2ac7b05
...
...
@@ -155,6 +155,9 @@ message ActionRequest {
string
item_id
=
10530
;
repeated
string
item_ids
=
10540
;
// Идентификатор локали в пространстве: поле может использоваться расширением, если действие возможно выполнить на разных локалях
string
locale_id
=
11050
;
// Поля к которым применимо действие. В случае если действие выполняется из списка записей, содержит перечень
// полей которые пользователь выбрал для отображения в интерфейсе.
repeated
string
fields
=
10550
;
...
...
This diff is collapsed.
Click to expand it.