Make creating a Storage object with a short ID an error.
Add a test to check for that. Beginning of documentation for VersionTag.
This commit is contained in:
parent
e6ef875b51
commit
b02386064d
5 changed files with 83 additions and 6 deletions
15
lib/WebGUI/Help/VersionTag.pm
Normal file
15
lib/WebGUI/Help/VersionTag.pm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package WebGUI::Help::VersionTag;
|
||||
|
||||
our $HELP = {
|
||||
'versions manage' => {
|
||||
title => 'manage version tags',
|
||||
body => 'manage version tags body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
Loading…
Add table
Add a link
Reference in a new issue