renamed: ItemContent::meta_admin -> ItemContent::admin_meta
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user