Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Georgios Dagkakis
erp5
Commits
3f7c060d
Commit
3f7c060d
authored
Aug 27, 2014
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_crm: fix a ZSQLCatalog warning that flood logs when aknowledgements are used
parent
9bd443af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/AcknowledgementTool_getUserUnreadAcknowledgementList.xml
.../AcknowledgementTool_getUserUnreadAcknowledgementList.xml
+1
-1
bt5/erp5_crm/bt/revision
bt5/erp5_crm/bt/revision
+1
-1
No files found.
bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/AcknowledgementTool_getUserUnreadAcknowledgementList.xml
View file @
3f7c060d
...
@@ -59,7 +59,7 @@ down as less a possible the user interface\n
...
@@ -59,7 +59,7 @@ down as less a possible the user interface\n
"""\n
"""\n
from DateTime import DateTime\n
from DateTime import DateTime\n
\n
\n
user_name =
context.portal_membership.getAuthenticatedMember(
)\n
user_name =
str(context.portal_membership.getAuthenticatedMember()
)\n
\n
\n
def getUnreadAcknowledgementListForUser(user_name=None):\n
def getUnreadAcknowledgementListForUser(user_name=None):\n
# We give the portal type "Mass Notification" for now, we can\n
# We give the portal type "Mass Notification" for now, we can\n
...
...
bt5/erp5_crm/bt/revision
View file @
3f7c060d
704
705
\ No newline at end of file
\ No newline at end of file
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