some ezc functions from templates/item.cpp moved to Item and ItemContent
methods HasAccess() HasReadAccess() and similar moved from System to Item and ItemContent
This commit is contained in:
@@ -137,7 +137,7 @@ public:
|
||||
void after_select();
|
||||
|
||||
void Clear(); // IMPROVEME what about clear() from Model?
|
||||
bool IsMemberOf(long group);
|
||||
bool IsMemberOf(long group) const;
|
||||
bool ReadMonthDayTime(pt::Date & date, const wchar_t * str);
|
||||
bool SetTzFromEnv();
|
||||
|
||||
|
Reference in New Issue
Block a user