Thingy now requires at least 1 field per new Thing

This commit is contained in:
Kaleb Murphy 2008-08-22 21:37:37 +00:00
parent 3f4de3612f
commit 22acd6eb8d
3 changed files with 21 additions and 5 deletions

View file

@ -934,8 +934,12 @@ search has been done.|,
'no permission to search' => {
message => q|You do not have permissions to search this Thing.|,
lastUpdated => 1219424285,
}
},
'thing must have fields' => {
message => q|Error: You must assign fields to your new Thing.|,
lastUpdated => 1219424285,
},
};
1;