** Changed in: aikiframework
    Milestone: None => 0.9

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

Title:
  Aiki parse headers in admin panel content

Status in Aiki Framework:
  Fix Committed

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-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to