From: Sven Schöling Date: Thu, 11 Jul 2013 09:06:18 +0000 (+0200) Subject: Dokumentation X-Git-Tag: release-3.1.0beta1~177 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5c48c74b0f8e2685399a40ac4b1b8a3bd23c8035;p=kivitendo-erp.git Dokumentation --- diff --git a/SL/Presenter/Part.pm b/SL/Presenter/Part.pm index e2ca02085..3c1eecbb9 100644 --- a/SL/Presenter/Part.pm +++ b/SL/Presenter/Part.pm @@ -50,19 +50,26 @@ section C. C can be an id or C instance. If C contains C only parts of this type will be used for -autocompletion. Currently only one type may be specified. +autocompletion. You may comma separate multiple types as in C. Obsolete parts will by default not displayed for selection. However they are accepted as default values and can persist during updates. As with other -selectors though, they are not selecatble once overridden. - +selectors though, they are not selectable once overridden. +Currently you must include C in your controller, the +presenter can not do this from the template. =back =head1 BUGS -None yet :) +=over 4 + +=item * + +Picker icons aren't displayed with css menu, because the spritemap is not loaded. + +=back =head1 AUTHOR