Skip to content
Snippets Groups Projects
Commit 640758f8 authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Merge branch 'feature/PRXS-2766-SingleLocalesIndexes' into 'master'

Установлен SingleLocale для коллекций менеджера расширений и действий

See merge request perxis/perxis-go!309
parents ec7ae7d4 7510805a
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ func NewActionsCollection(spaceID, envID string) *collections.Collection {
SetDescription("Выполняется переход пользователя в пользовательском интерфейсе").
WithUI(&field.UI{Widget: "Checkbox"}),
"navigation_route", field.String().SetTitle("Путь в интерфейсе (Deprecated)"),
)
).SetSingleLocale(true)
// Includes
sch.SetIncludes(
......@@ -124,7 +124,7 @@ func NewExtensionsCollection(spaceID, envID string) *collections.Collection {
validate.EnumOpt{Name: StateInProgress.String(), Value: float64(StateInProgress)},
),
).SetTitle("Состояние").WithUI(&field.UI{Widget: "Select"}),
)
).SetSingleLocale(true)
// UI
sch.Field.UI.ListView = &field.View{Options: map[string]interface{}{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment