** Changed in: aikiframework
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/877542

Title:
  Aiki parse headers in admin panel content

Status in Aiki Framework:
  Fix Released

Bug description:
  If you create a widget with header location you will not be able to
  edit that widget because in widget.php file it first call parsDBpars
  and then parse_header

  So in the widget "admin_tools/edit/" if you edit a widget that contain:
  (#(header:Location: [root]/admin|false|301)#)
  when it render "admin_tools/edit/" widget it first render
  <textarea ...>(#(header:Location: [root]/admin|false|301)#)</textarea>
  and then it parse the header in the widget content

  This can be fixed in new admin panel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/877542/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help   : https://help.launchpad.net/ListHelp

Reply via email to