Unverified Commit b08fe479 authored by John Chilton's avatar John Chilton Committed by GitHub
Browse files

Merge pull request #14086 from mvdbeek/fix_rule_builder_integer_dataset

[21.09] Fix rule builder input with integer values
parents c5527edd a314bcbd
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -129,7 +129,11 @@ export default {
                .get(
                    `${getAppRoot()}api/histories/${
                        Galaxy.currHistoryPanel.model.id
                    }/contents/${selectedDatasetId}/display`
                    }/contents/${selectedDatasetId}/display`,
                    // The Rule builder expects strings, we should not parse the respone to the default JSON type
                    {
                        responseType: "text",
                    }
                )
                .then((response) => {
                    this.sourceContent = response.data;