Fixed Thingy so that when a user does not have permission to view the default view of a Thing, a proper error message is received
This commit is contained in:
parent
6d3ec1e478
commit
c8d50c339e
3 changed files with 60 additions and 14 deletions
|
|
@ -925,6 +925,17 @@ search has been done.|,
|
|||
message => q|The Thing to which this field refers does not exist or has no table.|,
|
||||
lastUpdated => 1104630516,
|
||||
},
|
||||
|
||||
'no permission to edit' => {
|
||||
message => q|You do not have permissions to edit this Thing.|,
|
||||
lastUpdated => 1219424285,
|
||||
},
|
||||
|
||||
'no permission to search' => {
|
||||
message => q|You do not have permissions to search this Thing.|,
|
||||
lastUpdated => 1219424285,
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue