Skip to content

Commit

Permalink
[candidate_list] Fix 'Access Profile' link on timepoint list page (#9455
Browse files Browse the repository at this point in the history
)

Selection Filter boxes on 'Access Profile' page are
empty when accessed via breadcrumb link.
When the 'Access Profile' is reached via clicking on the breadcrumb at, the
page will load, but the multi-select boxes in the 'Selection Filter'
Menu appear empty. This is not the case if the page is accessed via the
link in the 'Candidate' menu.
  • Loading branch information
shonibare authored Nov 11, 2024
1 parent 2272537 commit cc6f1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/candidate_list/jsx/candidateListIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class CandidateListIndex extends Component {
* Called by React when the component has been rendered on the page.
*/
componentDidMount() {
fetch('options',
fetch(loris.BaseURL+'/candidate_list/options',
{credentials: 'same-origin'}).then(
(resp) => resp.json()
).then(
Expand Down

0 comments on commit cc6f1e8

Please sign in to comment.