Skip to content

Commit

Permalink
viewdocs (#6853)
Browse files Browse the repository at this point in the history
  • Loading branch information
pethers authored Dec 14, 2024
1 parent 0f0b4d9 commit 86fbba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public final class MinistryDocumentHistoryPageModContentFactoryImpl extends Abst
"personReferenceId", "org", "roleDescription", "label", "subTitle", "docId" };

private static final PageItemPropertyClickListener LISTENER = new PageItemPropertyClickListener(
UserViews.DOCUMENT_VIEW_NAME, "docId");
UserViews.DOCUMENT_VIEW_NAME, "docId", true);

/**
* Instantiates a new ministry document history page mod content factory
Expand Down

0 comments on commit 86fbba3

Please sign in to comment.