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
Commits
21d51abf
Commit
21d51abf
authored
10 months ago
by
Danis Kirasirov
Browse files
Options
Downloads
Patches
Plain Diff
Передвинуто поле
parent
f9169554
No related branches found
No related tags found
1 merge request
!57
Добавлено поле LocaleID в спецификации запроса ActionRequest
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/extensions/extension.proto
+1
-1
1 addition, 1 deletion
proto/extensions/extension.proto
with
1 addition
and
1 deletion
proto/extensions/extension.proto
+
1
−
1
View file @
21d51abf
...
@@ -149,12 +149,12 @@ message Action {
...
@@ -149,12 +149,12 @@ message Action {
message
ActionRequest
{
message
ActionRequest
{
string
extension
=
1000
;
string
extension
=
1000
;
string
action
=
10100
;
string
action
=
10100
;
string
locale_id
=
11050
;
string
space_id
=
10500
;
string
space_id
=
10500
;
string
env_id
=
10510
;
string
env_id
=
10510
;
string
collection_id
=
10520
;
string
collection_id
=
10520
;
string
item_id
=
10530
;
string
item_id
=
10530
;
repeated
string
item_ids
=
10540
;
repeated
string
item_ids
=
10540
;
string
locale_id
=
11050
;
// Поля к которым применимо действие. В случае если действие выполняется из списка записей, содержит перечень
// Поля к которым применимо действие. В случае если действие выполняется из списка записей, содержит перечень
// полей которые пользователь выбрал для отображения в интерфейсе.
// полей которые пользователь выбрал для отображения в интерфейсе.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment