renamed: ItemContent::meta_admin -> ItemContent::admin_meta

This commit is contained in:
2021-07-03 01:18:28 +02:00
parent 175dd17416
commit 746aa41111
11 changed files with 76 additions and 57 deletions

View File

@@ -233,7 +233,7 @@ public:
* admin meta information
* additional information available to edit only by an admin
*/
pt::Space meta_admin;
pt::Space admin_meta;
ItemContent();
@@ -273,11 +273,16 @@ public:
bool has_user() const;
bool has_group() const;
bool is_meta_object();
bool is_admin_meta_object();
protected:
bool do_migration_to_1();
bool do_migration_to_2();
bool do_migration_to_3();
bool do_migration_to_4();
bool has_access(const User * current_user, int mask) const;
bool content_type_is(const std::wstring & type);