Skip to content
Snippets Groups Projects

Удалены поля PublishedAt/By, ArchivedAt/By из Item

Merged Alex Petraky requested to merge feature/PRXS-1203-PublishedArchivedAtByDelete into master
1 file
+ 5
9
Compare changes
  • Side-by-side
  • Inline
+ 5
9
@@ -66,15 +66,11 @@ message Item {
google.protobuf.Struct data = 11;
map<string, google.protobuf.Struct> translations = 12;
string revision_id = 13;
google.protobuf.Timestamp published_at = 14;
string published_by = 15;
google.protobuf.Timestamp archived_at = 16;
string archived_by = 17;
string locale = 18;
bool deleted = 19;
bool hidden = 20;
bool template = 21;
Permissions permissions = 22;
string locale = 14;
bool deleted = 15;
bool hidden = 16;
bool template = 17;
Permissions permissions = 18;
}
/**
Loading