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
Merge requests
!59
Добавлен флаг "Скрыть" для коллекции в правило роли
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Добавлен флаг "Скрыть" для коллекции в правило роли
feature/2763-AddHiddenToRule
into
master
Overview
2
Commits
2
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Alex Petraky
requested to merge
feature/2763-AddHiddenToRule
into
master
9 months ago
Overview
2
Commits
2
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Ссылка на задачу:
https://git.perx.ru/perxis/perxis/-/issues/2763
Изменения в perxis-go:
https://git.perx.ru/perxis/perxis-go/-/merge_requests/341+
Edited
9 months ago
by
Alex Petraky
0
0
Merge request reports
Viewing commit
5559edd5
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
5559edd5
Apply 1 suggestion(s) to 1 file(s)
· 5559edd5
Pavel Antonov
authored
9 months ago
proto/common/common.proto
+
1
−
1
View file @ 5559edd5
Edit in single-file editor
Open in Web IDE
Show full file
@@ -56,7 +56,7 @@ message Rule {
repeated
string
deny_read_fields
=
10
;
repeated
string
deny_write_fields
=
11
;
//
признак надо ли скрывать поле в UI
//
скрыть коллекцию в интерфейсе от пользователя
bool
hidden
=
12
;
}
Loading