Dokumentation
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 11 Jul 2013 09:06:18 +0000 (11:06 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 11 Jul 2013 09:08:15 +0000 (11:08 +0200)
SL/Presenter/Part.pm

index e2ca020..3c1eecb 100644 (file)
@@ -50,19 +50,26 @@ section C<PART PICKER SPECIFICATION>.
 C<VALUE> can be an id or C<Rose::DB:Object> instance.
 
 If C<PARAMS> contains C<type> 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<part,assembly>.
 
 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<js/autocomplete_part.js> 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