Skip to content

Commit

Permalink
[conflict_resolver/candidate_profile] Fix loading of conflict widget
Browse files Browse the repository at this point in the history
The conflict resolver wasn't being compiled, causing the candidate
profile of any candidate with conflicts to not load. This fixes
the issue so that the page now loads.

Resolves #8568
  • Loading branch information
driusan committed Apr 5, 2023
1 parent 983a0cf commit 36a78ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ const lorisModules = {
'ConsentWidget',
],
configuration: ['CohortRelations', 'configuration_helper'],
conflict_resolver: ['conflict_resolver'],
conflict_resolver: ['conflict_resolver', 'CandidateConflictsWidget'],
battery_manager: ['batteryManagerIndex'],
bvl_feedback: ['react.behavioural_feedback_panel'],
behavioural_qc: ['behaviouralQCIndex'],
Expand Down

0 comments on commit 36a78ac

Please sign in to comment.