Revision ba489e3a
Von Kivitendo Admin vor mehr als 7 Jahren hinzugefügt
SL/DB/Helper/CustomVariables.pm | ||
---|---|---|
422 | 422 |
|
423 | 423 |
=item C<cvars_by_config> |
424 | 424 |
|
425 |
Thi will return a list of CVars with the following changes over the standard accessor: |
|
425 |
This will return a list of CVars with the following changes over the standard accessor:
|
|
426 | 426 |
|
427 | 427 |
=over 4 |
428 | 428 |
|
... | ... | |
522 | 522 |
Prolonged use has shown that users expect all methods to be present or none. |
523 | 523 |
Future versions of this will likely remove the optional aliasing. |
524 | 524 |
|
525 |
=item * Sematics need to be updated |
|
525 |
=item * Semantics need to be updated
|
|
526 | 526 |
|
527 | 527 |
There are a few transitions that are currently neither supported nor well |
528 |
defined, most of the happening when the config of a cvar gets changed which
|
|
529 |
instances are already saved. This needs to be cleaned up.
|
|
528 |
defined, most of them happening when the config of a cvar gets changed, but
|
|
529 |
whose instances have already been saved. This needs to be cleaned up.
|
|
530 | 530 |
|
531 | 531 |
=back |
532 | 532 |
|
Auch abrufbar als: Unified diff
Typos in Doku