projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c0a55a
)
ClientJS: Dokumentationsupdate
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 4 Apr 2013 08:50:21 +0000
(10:50 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 18 Apr 2013 12:49:02 +0000
(14:49 +0200)
SL/ClientJS.pm
patch
|
blob
|
history
diff --git
a/SL/ClientJS.pm
b/SL/ClientJS.pm
index
d58905e
..
42317c3
100644
(file)
--- a/
SL/ClientJS.pm
+++ b/
SL/ClientJS.pm
@@
-392,8
+392,8
@@
But it is easier to integrate into a method call chain, e.g.:
Display a C<$message> in the flash of type C<$type>. Multiple calls of
C<flash> on the same C<$self> will be merged by type.
-On the client side the flash
of this type will be cleared before the
-
message is shown
.
+On the client side the flash
es of all types will be cleared after each
+
successful ClientJS call that did not end with C<$js-E<gt>error(...)>
.
=item C<error $message>