Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Romain Courteaud
erp5_rtl_support
Commits
79d423bd
Commit
79d423bd
authored
Nov 13, 2017
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
credential: fix typo on credential request notification message references
parent
d0b83543
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
bt5/erp5_credential/PathTemplateItem/notification_message_module/20100928-1F79.xml
...emplateItem/notification_message_module/20100928-1F79.xml
+1
-1
bt5/erp5_credential/PathTemplateItem/notification_message_module/20100928-212A.xml
...emplateItem/notification_message_module/20100928-212A.xml
+1
-1
bt5/erp5_credential/PathTemplateItem/notification_message_module/20100928-7459.xml
...emplateItem/notification_message_module/20100928-7459.xml
+1
-1
bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRequest_sendAcceptedNotification.py
..._credential/CredentialRequest_sendAcceptedNotification.py
+1
-1
No files found.
bt5/erp5_credential/PathTemplateItem/notification_message_module/20100928-1F79.xml
View file @
79d423bd
...
...
@@ -66,7 +66,7 @@
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
cre
n
dential_request-confirmation-with-password
</string>
</value>
<value>
<string>
credential_request-confirmation-with-password
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
...
...
bt5/erp5_credential/PathTemplateItem/notification_message_module/20100928-212A.xml
View file @
79d423bd
...
...
@@ -66,7 +66,7 @@
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
cre
n
dential_request-confirmation-without-password
</string>
</value>
<value>
<string>
credential_request-confirmation-without-password
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
...
...
bt5/erp5_credential/PathTemplateItem/notification_message_module/20100928-7459.xml
View file @
79d423bd
...
...
@@ -66,7 +66,7 @@
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
cre
n
dential_request-confirmation-without-password
</string>
</value>
<value>
<string>
credential_request-confirmation-without-password
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
...
...
bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRequest_sendAcceptedNotification.py
View file @
79d423bd
...
...
@@ -12,7 +12,7 @@ if password:
notification_type
=
"with-password"
#Get message from catalog
notification_reference
=
'cre
n
dential_request-confirmation-%s'
%
notification_type
notification_reference
=
'credential_request-confirmation-%s'
%
notification_type
notification_message
=
portal
.
portal_notifications
.
getDocumentValue
(
reference
=
notification_reference
,
language
=
recipient
.
getLanguage
())
if
notification_message
is
None
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment