mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
improved exception message
This commit is contained in:
parent
fe781cdc9f
commit
ba46b54355
@ -654,7 +654,7 @@ egwActionLink.prototype.set_actionId = function(_value)
|
||||
this.actionObj = this.manager.getActionById(_value);
|
||||
|
||||
if (!this.actionObj)
|
||||
throw "Given action object does not exist!"
|
||||
throw "Action object with id '"+_value+"' does not exist!"
|
||||
}
|
||||
|
||||
/** egwActionObject Object **/
|
||||
|
Loading…
Reference in New Issue
Block a user