bug 2820 : messages were not being added to the PropertyBag, in store.
This commit is contained in:
parent
6e995bfc5c
commit
9f8490b3c5
|
@ -9,8 +9,8 @@
|
|||
Transform ADL into (partial) controller classes
|
||||
|
||||
$Author: sb $
|
||||
$Revision: 1.33 $
|
||||
$Date: 2009-04-17 13:11:04 $
|
||||
$Revision: 1.34 $
|
||||
$Date: 2009-04-27 15:19:51 $
|
||||
-->
|
||||
|
||||
<!-- WARNING WARNING WARNING: Do NOT reformat this file!
|
||||
|
@ -70,7 +70,7 @@
|
|||
//
|
||||
// Automatically generated abstract super class for controllers for the
|
||||
// <xsl:value-of select="/adl:application/@name"/> application; generated using
|
||||
// adl2controllerclasses.xslt version <xsl:value-of select="substring( '$Revision: 1.33 $', 10)"/>
|
||||
// adl2controllerclasses.xslt version <xsl:value-of select="substring( '$Revision: 1.34 $', 10)"/>
|
||||
//
|
||||
// <xsl:value-of select="/adl:application/@revision"/>
|
||||
//
|
||||
|
@ -180,7 +180,7 @@
|
|||
//
|
||||
// Controller for auto-generated forms for editing <xsl:value-of select="@name"/>s
|
||||
// Automatically generated from application description using
|
||||
// adl2controllerclasses.xslt version <xsl:value-of select="substring( '$Revision: 1.33 $', 10)"/>
|
||||
// adl2controllerclasses.xslt version <xsl:value-of select="substring( '$Revision: 1.34 $', 10)"/>
|
||||
//
|
||||
// This file is automatically generated; DO NOT EDIT IT.
|
||||
//
|
||||
|
@ -309,6 +309,7 @@
|
|||
{
|
||||
ISession hibernator = GetDBSession();
|
||||
List<string> messages = new List<string>();
|
||||
PropertyBag["messages"] = messages;
|
||||
/* A 'newborn' instance can be updated even if the current user doesn't have
|
||||
* update permissions, seeing that we use an update operation to set the
|
||||
* field values and save the entity. */
|
||||
|
|
Loading…
Reference in a new issue