dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [Bug #691] Broken features in canvas


From: Doliforge
Subject: [Dolibarr-bugtrack] [Bug #691] Broken features in canvas
Date: Sat, 20 Apr 2013 14:03:14 +0200

Doliforge
Is this email not displaying correctly?
update email preferences.

Broken features in canvas

Latest modifications

2013-04-20 14:03 (Europe/Madrid)
Changes:
  • Status: 
OpenClosed

Answer now

Snapshot

 Details
Last Modified On:  2013-03-06 22:06 Submitted by:  Régis Houssin (hregis)
Submitted on:  2013-01-15 10:40 
Summary:  Broken features in canvas
Description:  use $this->control->tpl instead $object=$GLOBALS['object'];

while the principle of the canvas and the MVC pattern was broken !
Step to reproduce bug:  The content of $GLOBALS['object'] is set by controller (doing a simple $object=...)
And read by presentation template (doing this opposite ...=GLOBALS['object']).
That's what we want to have MVC.

The way parameter are passed has nothing to deal with MVC pattern. You can also pass parameter using session or files, it is still MVC.
Version:  develop Category:  Core Problem
Severity:  3 OS Type/Version:  
PHP version:   Database type and version:  
 Status
Status:  Closed Assigned to:  Laurent Destailleur (eldy)
Resolution:  Invalid 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]