Added UI Level basics to wobjects and preferences.
This commit is contained in:
parent
7bc98eed07
commit
95c08144f0
9 changed files with 64 additions and 9 deletions
|
|
@ -77,6 +77,11 @@ sub set {
|
|||
$_[0]->SUPER::set($_[1],[@fields]);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub uiLevel {
|
||||
return 5;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub www_deleteField {
|
||||
return WebGUI::Privilege::insufficient() unless (WebGUI::Privilege::canEditPage());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue