Revision 976b1ddf
Von Kivitendo Admin vor fast 10 Jahren hinzugefügt
SL/Presenter/Part.pm | ||
---|---|---|
100 | 100 |
overwritten with C<$params{id}>). |
101 | 101 |
|
102 | 102 |
An additional dummy input will be generated which is used to find |
103 |
parts. For a detailed description of it's behaviour, see section
|
|
103 |
parts. For a detailed description of its behaviour, see section |
|
104 | 104 |
C<PART PICKER SPECIFICATION>. |
105 | 105 |
|
106 | 106 |
C<$value> can be a parts id or a C<Rose::DB:Object> instance. |
... | ... | |
116 | 116 |
If C<%params> contains C<convertible_unit> only parts with a unit |
117 | 117 |
that's convertible to unit will be used for autocompletion. |
118 | 118 |
|
119 |
Obsolete parts will by default not displayed for selection. However they are |
|
119 |
Obsolete parts will by default not be displayed for selection. However they are
|
|
120 | 120 |
accepted as default values and can persist during updates. As with other |
121 | 121 |
selectors though, they are not selectable once overridden. |
122 | 122 |
|
... | ... | |
167 | 167 |
|
168 | 168 |
=item * |
169 | 169 |
|
170 |
Should not be constraint to exact matches
|
|
170 |
Should not be constrained to exact matches
|
|
171 | 171 |
|
172 | 172 |
=back |
173 | 173 |
|
... | ... | |
196 | 196 |
|
197 | 197 |
=item 5 |
198 | 198 |
|
199 |
An internal status of the part picker, indicating wether id input and dummy |
|
199 |
An internal status of the part picker, indicating whether id input and dummy
|
|
200 | 200 |
input are consistent. After leaving the dummy input the part picker must |
201 | 201 |
place itself in a consistent status. |
202 | 202 |
|
Auch abrufbar als: Unified diff
Typos in Doku/perlpod