|
From: Chris W. <ch...@cw...> - 2001-12-12 13:16:30
|
* Andreas Nolte (And...@Be...) [011212 04:17]: > ..aiihh! Just found another catch: if you have security set up for static > page, remember to update sys_security from class="MYSITE::BasicPage" to > class='MYSITE::Page' ! Forgot to add that -- thanks. (I'll add this to the 'UPGRADE' doc in the base_page package.) > Now only one bit is left: get the right edit_document_box > called. Right now still the static_page variant gets loaded and I do > not know why... If you're not using the 'static_page' package anymore, just do: $ oi_manage remove_package --package static_page Both packages define the edit_document_box, and since static_page gets picked up last in the initialization process it overwrites the action by the same name defined in base_page. Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |