Skip to content

Commit

Permalink
hotfix remove choices by url using post (#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineRelief committed Aug 31, 2023
1 parent 0697572 commit 646fe03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/safe/src/lib/survey/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import * as CommentWidget from './widgets/comment-widget';
import * as DropdownWidget from './widgets/dropdown-widget';
import * as TagboxWidget from './widgets/tagbox-widget';
import * as OtherProperties from './global-properties/others';
import * as ChoicesByUrlProperties from './global-properties/choicesByUrl';
// import * as ChoicesByUrlProperties from './global-properties/choicesByUrl';
import * as ReferenceDataProperties from './global-properties/reference-data';
import * as TooltipProperty from './global-properties/tooltip';
import { initLocalization } from './localization';
Expand Down Expand Up @@ -89,7 +89,8 @@ export const initCustomSurvey = (
OtherProperties.init(Survey, environment);

// enables POST requests for choicesByUrl
ChoicesByUrlProperties.init(Survey);
// todo: enable
// ChoicesByUrlProperties.init(Survey);

// set localization
initLocalization(Survey);
Expand Down

0 comments on commit 646fe03

Please sign in to comment.