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
04741dc4
Commit
04741dc4
authored
Sep 23, 2013
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos in comments.
parent
9c4f19b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
product/ERP5/Document/Alarm.py
product/ERP5/Document/Alarm.py
+2
-2
No files found.
product/ERP5/Document/Alarm.py
View file @
04741dc4
...
...
@@ -119,7 +119,7 @@ class Alarm(XMLObject, PeriodicityMixin):
if
not
checkPermission
(
Permissions
.
ManagePortal
,
self
):
raise
Unauthorized
(
'fixing problems or activating a disabled alarm is not allowed'
)
# Use UnrestrictedMethod, so that the behavior would not
# Use UnrestrictedMethod, so that the behavio
u
r would not
# change even if this method is invoked by random users.
@
UnrestrictedMethod
def
_activeSense
():
...
...
@@ -160,7 +160,7 @@ class Alarm(XMLObject, PeriodicityMixin):
self
.
activate
(
after_tag
=
tag
).
notify
(
include_active
=
True
,
params
=
params
)
# switch to nobody temporarily so that unrestricted _activeSense
# is al
ready
invoked by system user.
# is al
ways
invoked by system user.
sm
=
getSecurityManager
()
newSecurityManager
(
None
,
nobody
)
try
:
...
...
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