To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Ticket #118 (closed defect: fixed)

Opened 2 years ago

Last modified 13 months ago

two different 'page' properties used

Reported by: ardi Owned by: tboutell
Priority: minor Milestone: 1.5.1
Component: apostrophePlugin Version: 1.5
Keywords: aEngineActions, aEngineTools, engines Cc: team@…
Symfony version: 1.4

Description

'page' var declared protected in aEngineActions, and another one assigned in aEngineTools is public created on the fly, thus not accessible in *Actions class

Change History

Changed 2 years ago by boutell

  • status changed from new to accepted

Changed 17 months ago by tboutell

  • owner changed from boutell to tboutell

Changed 13 months ago by johnnyoffline

  • cc team@… added
  • keywords aEngineTools, engines added; aEngineTools removed
  • version set to 1.5
  • symfony changed from 1.3 to 1.4
  • milestone set to 1.5.1

There isn't much in aEngineActions anymore, but the $page variable in aEngineTools is still "created on the fly"

Is this still an issue or have engine pages been re-worked in a way where this is no longer a problem?

Changed 13 months ago by tboutell

  • status changed from accepted to closed
  • resolution set to fixed

This is correct now, removing the 'protected' allows the "on the fly" property to be seen by templates as intended

Note: See TracTickets for help on using tickets.