Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@ protected List<String> skipLinksForValidation()
return List.of(
"showAllErrors.view",
"query-exportRowsExcel.view",
"ldk-runNotification.view" // need to scope notifications to enabled modules then can remove this
"ldk-runNotification.view", // need to scope notifications to enabled modules then can remove this
"ehr-postgresMigration.view"
); // Override if there are links to pages that are known to throw errors
}

Expand Down