Forward porting expanded patch for handling deleted things.

This commit is contained in:
Colin Kuskie 2009-01-05 18:47:35 +00:00
parent ee66303d56
commit 9c87479f20
2 changed files with 57 additions and 20 deletions

View file

@ -984,8 +984,8 @@ search has been done.|,
},
'other thing missing message' => {
message => q|The Thing to which this field refers does not exist or has no table.|,
lastUpdated => 1104630516,
message => q|The Thing to which this field refers does not exist or has no table, or the field in it has been deleted.|,
lastUpdated => 1231178860,
},
'no permission to edit' => {
@ -1012,6 +1012,12 @@ search has been done.|,
message => q|The URL that will take the user back to the Thingy default view.|,
lastUpdated => 1227737813,
},
'other thing field missing message' => {
message => q|The field from the other Thing does not exist.|,
lastUpdated => 1231180362,
},
};
1;