Fix a typo in WSClient which prevented it from adding/editing assets.
Make the whitespace test give some context to its failures. Fix a buglet in the label test.
This commit is contained in:
parent
785645b2b6
commit
5ddc168659
4 changed files with 7 additions and 3 deletions
|
|
@ -118,7 +118,7 @@ sub getEditForm {
|
|||
-name => 'templateId',
|
||||
-value => $self->getValue('templateId'),
|
||||
-namespace => "WSClient",
|
||||
-label => WebG$i18n->get(72),
|
||||
-label => $i18n->get(72),
|
||||
-hoverHelp => $i18n->get('72 description'),
|
||||
);
|
||||
$tabform->getTab("display")->yesNo (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue