Skip to content

Commit

Permalink
Multi-Select Matrix - Hide columnsVisibleIf expression property fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov authored Jun 27, 2024
1 parent 00c56c0 commit 536a29f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/question_matrixdropdownbase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2563,6 +2563,7 @@ Serializer.addClass(
visible: false,
isLightSerializable: false,
},
{ name: "columnsVisibleIf", visible: false },
{
name: "detailPanelMode",
choices: ["none", "underRow", "underRowSingle"],
Expand Down
3 changes: 2 additions & 1 deletion tests/question_matrixdynamictests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2950,7 +2950,8 @@ QUnit.test(
}
);
QUnit.test("columnsVisibleIf produce the bug, Bug#1540", function (assert) {
var json = {
assert.equal(Serializer.findProperty("matrixdynamic", "columnsVisibleIf").visible, false, "The property is invisible");
const json = {
pages: [
{
name: "page1",
Expand Down

0 comments on commit 536a29f

Please sign in to comment.