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

fix(core): Исправлена выгрузка лишних полей ("published_at", "published_by",...

fix(core): Исправлена выгрузка лишних полей ("published_at", "published_by", "archived_at","archived_by")  в файл при экспорте данных

Close #PRXS-1390
parents a1707249 ce1c0ef5
No related branches found
No related tags found
No related merge requests found
...@@ -69,10 +69,6 @@ var SystemFields = []string{ ...@@ -69,10 +69,6 @@ var SystemFields = []string{
"updated_at", "updated_at",
"updated_by", "updated_by",
"revision_id", "revision_id",
"published_at",
"published_by",
"archived_at",
"archived_by",
"data", "data",
"translations", "translations",
"locale", "locale",
......
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