MNNL#40842 action "insMultiMove" uitsluitend een multi actie gemaakt
svn path=/Website/branches/v2017.1/; revision=34262
This commit is contained in:
@@ -1228,7 +1228,7 @@ function __rsMakeTableRow(oRs, oRsFlexData, cnt, anyMultiActions, noFlexResult)
|
||||
|
||||
for (var i = 0; i < actions.length; i++)
|
||||
{
|
||||
if (actions[i].single === false) // triple '=' omdat undefined niet false mag zijn
|
||||
if (actions[i].single === false || actions[i].onlyMulti) // triple '=' omdat undefined niet false mag zijn
|
||||
{
|
||||
// die negeren we altijd actionbits += "0";
|
||||
continue; // niet ook nog inline
|
||||
|
||||
Reference in New Issue
Block a user