Zend Framework

parseOnLoad: true should not be forced if using UseDeclarative

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.6.0RC2
  • Fix Version/s: 1.6.0
  • Component/s: Zend_Dojo
  • Labels:
    None
  • Fix Version Priority:
    Must Have

Description

In Dojo/View/Helper/Dojo/Container.php, the djconfig parameter parseOnLoad is forced to true when using declarative style. There are cases, however, when manually running the parser after custom code may be desired. So we should be able to override the default parseonload: true using setDjConfigOption.

Activity

Hide
Matthew Weier O'Phinney added a comment -

The only way to do this is to check if parseOnLoad has been previously set; otherwise, the default should be to turn it on.

Scheduling for RC3.

Show
Matthew Weier O'Phinney added a comment - The only way to do this is to check if parseOnLoad has been previously set; otherwise, the default should be to turn it on. Scheduling for RC3.
Hide
Matthew Weier O'Phinney added a comment -

Fixed in trunk and 1.6 release branch. Set the djConfig option "parseOnLoad" to "false" to disable.

Show
Matthew Weier O'Phinney added a comment - Fixed in trunk and 1.6 release branch. Set the djConfig option "parseOnLoad" to "false" to disable.
Hide
Wil Sinclair added a comment -

Updating for the 1.6.0 release.

Show
Wil Sinclair added a comment - Updating for the 1.6.0 release.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: