mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Pass the action as expected
This commit is contained in:
parent
0098f41a12
commit
c15eeb66a8
@ -171,7 +171,7 @@ var et2_vfs = (function(){ "use strict"; return et2_valueWidget.extend([et2_IDet
|
||||
}
|
||||
for (var k in links)
|
||||
{
|
||||
if (links[k].default && links[k].enabled.exec())
|
||||
if (links[k].default && links[k].enabled.exec(links[k]))
|
||||
{
|
||||
defaultAction = links[k];
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user