Merging changes from 6.6.4
Added new definition features to wobjects and assets.
This commit is contained in:
parent
3805ebed23
commit
c4b3e4092d
43 changed files with 457 additions and 717 deletions
|
|
@ -125,6 +125,15 @@ The following tips should also help make your migration easer:
|
|||
using the wobject processTemplate() method, please note that it has
|
||||
been replaced by the WebGUI::Asset::Template asset.
|
||||
|
||||
1.2.16 Since all assets are now pages, you need to provide your own
|
||||
view level security on your www_ methods like this:
|
||||
|
||||
return WebGUI::Privilege::noAccess() unless ($self->canView);
|
||||
|
||||
and like this:
|
||||
|
||||
return WebGUI::Privilege::insufficient() unless ($self->canEdit);
|
||||
|
||||
|
||||
1.3 Quick Read Assets
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue