Skip to content

Commit cc6f1e8

Browse files
authored
[candidate_list] Fix 'Access Profile' link on timepoint list page (#9455)
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.
1 parent 2272537 commit cc6f1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/candidate_list/jsx/candidateListIndex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class CandidateListIndex extends Component {
6565
* Called by React when the component has been rendered on the page.
6666
*/
6767
componentDidMount() {
68-
fetch('options',
68+
fetch(loris.BaseURL+'/candidate_list/options',
6969
{credentials: 'same-origin'}).then(
7070
(resp) => resp.json()
7171
).then(

0 commit comments

Comments
 (0)