Skip to content

Commit 2ad5a59

Browse files
committed
Added comment
1 parent 55b8357 commit 2ad5a59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imio/dms/mail/browser/iconified_category.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def _get_next_values(self, old_values):
137137
else:
138138
self.msg = u"Waiting for your approval (click to approve)"
139139
# the status is changed (if totally approved) in sub method
140+
# must we pass self to update self.msg: no need for now because we reload in all cases !!
140141
ret, self.reload = approve_file(self.a_a, self.parent, self.context, self.userid, values=values,
141142
transition="propose_to_be_signed")
142143
status = int(ret)

0 commit comments

Comments
 (0)