Skip to content

Commit

Permalink
BACKLOG-23365 Allow to compare jmix:mainResource (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
AKarmanov authored Nov 5, 2024
1 parent 86361e4 commit def4514
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const CompareHtmlActionComponent = ({path, render: Render, loading: Loadi
const res = useNodeChecks(
{path},
{
showOnNodeTypes: ['jnt:page'],
showOnNodeTypes: ['jnt:page', 'jmix:mainResource'],
getAggregatedPublicationInfo: {subNodes: true}
}
);
Expand Down

0 comments on commit def4514

Please sign in to comment.