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:
f7eae64
)
kivi.Part.js: clear Methode für Partpicker
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 10 Feb 2017 12:58:17 +0000
(13:58 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 13 Feb 2017 15:32:45 +0000
(16:32 +0100)
js/kivi.Part.js
patch
|
blob
|
history
diff --git
a/js/kivi.Part.js
b/js/kivi.Part.js
index
4a55a17
..
ff3ce98
100644
(file)
--- a/
js/kivi.Part.js
+++ b/
js/kivi.Part.js
@@
-493,6
+493,9
@@
namespace('kivi.Part', function(ns) {
code.apply(this, args)
else
kivi.run(code, args);
+ },
+ clear: function() {
+ this.set_item({});
}
};
ns.Picker.prototype.STATES = {