[Erp5-report] r38931 fabien - in /experimental/bt5/erp5_credential: DocumentTemplateItem/ bt/

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 6 17:31:59 CEST 2010


Author: fabien
Date: Wed Oct  6 17:31:57 2010
New Revision: 38931

URL: http://svn.erp5.org?rev=38931&view=rev
Log:
add Url property_sheet to be able to store where user did they create the credential object. (because portal_alarm cannot not know portal.absolute_url())

Modified:
    experimental/bt5/erp5_credential/DocumentTemplateItem/CredentialRecovery.py
    experimental/bt5/erp5_credential/DocumentTemplateItem/CredentialRequest.py
    experimental/bt5/erp5_credential/bt/revision

Modified: experimental/bt5/erp5_credential/DocumentTemplateItem/CredentialRecovery.py
URL: http://svn.erp5.org/experimental/bt5/erp5_credential/DocumentTemplateItem/CredentialRecovery.py?rev=38931&r1=38930&r2=38931&view=diff
==============================================================================
--- experimental/bt5/erp5_credential/DocumentTemplateItem/CredentialRecovery.py [utf8] (original)
+++ experimental/bt5/erp5_credential/DocumentTemplateItem/CredentialRecovery.py [utf8] Wed Oct  6 17:31:57 2010
@@ -56,6 +56,7 @@ class CredentialRecovery(Ticket, Encrypt
                       , PropertySheet.Login
                       , PropertySheet.Codification
                       , PropertySheet.Person
+                      , PropertySheet.Url
                       )
 
     def isAnswerCorrect(self):

Modified: experimental/bt5/erp5_credential/DocumentTemplateItem/CredentialRequest.py
URL: http://svn.erp5.org/experimental/bt5/erp5_credential/DocumentTemplateItem/CredentialRequest.py?rev=38931&r1=38930&r2=38931&view=diff
==============================================================================
--- experimental/bt5/erp5_credential/DocumentTemplateItem/CredentialRequest.py [utf8] (original)
+++ experimental/bt5/erp5_credential/DocumentTemplateItem/CredentialRequest.py [utf8] Wed Oct  6 17:31:57 2010
@@ -57,6 +57,7 @@ class CredentialRequest(Ticket, Encrypte
                       , PropertySheet.Codification
                       , PropertySheet.Person
                       , PropertySheet.Reference
+                      , PropertySheet.Url
                       )
 
     def checkUserCanChangePassword(self):

Modified: experimental/bt5/erp5_credential/bt/revision
URL: http://svn.erp5.org/experimental/bt5/erp5_credential/bt/revision?rev=38931&r1=38930&r2=38931&view=diff
==============================================================================
--- experimental/bt5/erp5_credential/bt/revision [utf8] (original)
+++ experimental/bt5/erp5_credential/bt/revision [utf8] Wed Oct  6 17:31:57 2010
@@ -1 +1 @@
-264
+265
\ No newline at end of file




More information about the Erp5-report mailing list