UWVA#40388 bepaling van hamburger inline actions gecorrigeerd
svn path=/Website/branches/v2016.3/; revision=33684
This commit is contained in:
@@ -1226,7 +1226,7 @@ function __rsMakeTableRow(oRs, oRsFlexData, cnt, anyMultiActions, noFlexResult)
|
|||||||
continue; // niet enabled
|
continue; // niet enabled
|
||||||
}
|
}
|
||||||
actionbits += "1"; // Enabled
|
actionbits += "1"; // Enabled
|
||||||
noActionBit += "0";
|
noActionBit += actions[i].isDefault ? "1" : "0";
|
||||||
actions[i].okformulti = true;
|
actions[i].okformulti = true;
|
||||||
}
|
}
|
||||||
appender += " ACTIONBITS='" + safe.htmlattr(actionbits) + "'";
|
appender += " ACTIONBITS='" + safe.htmlattr(actionbits) + "'";
|
||||||
@@ -1245,8 +1245,8 @@ function __rsMakeTableRow(oRs, oRsFlexData, cnt, anyMultiActions, noFlexResult)
|
|||||||
|
|
||||||
if (useHamburger && hasInlineActions)
|
if (useHamburger && hasInlineActions)
|
||||||
{
|
{
|
||||||
// TODO: If clause nog verbeteren
|
|
||||||
if (actionbits.substr(1) == noActionBit.substr(1) && actionbits != "1") // UWVA#39893
|
if (actionbits == noActionBit) // No inline actions
|
||||||
{
|
{
|
||||||
appender += "<td></td>";
|
appender += "<td></td>";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user