6 bugs fixed in Shortcut.
Added missing POD and i18n'ed some error messages. Set the UI level on a tab to work with the form elements it contains. Change the title bar ajax edit form so that people can't accidently change Visitor's profile. Remove overrides caching if admin mode is on. Have caching consider the user's last updated time to check if profile settings are updated, too.
This commit is contained in:
parent
f9f5a8b12a
commit
957c0bc2fe
3 changed files with 148 additions and 76 deletions
|
|
@ -393,6 +393,16 @@ A property or value must be quoted if it contains spaces. Feel free to use the c
|
|||
lastUpdated => 1243698146,
|
||||
},
|
||||
|
||||
'not logged in' => {
|
||||
message => q|The asset this shortcut is linked to no longer exists. You need to delete this shortcut.|,
|
||||
lastUpdated => 1244131773,
|
||||
},
|
||||
|
||||
'cannot personalize' => {
|
||||
message => q|You are not allowed to personalize this Dashboard.|,
|
||||
lastUpdated => 1244131772,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue