Skip to content

Commit

Permalink
fix prev commit (minor) - HAS_ATTRIBUTES() filter updates correctly i…
Browse files Browse the repository at this point in the history
…n app after saving a query now (results still the same otherwise)
  • Loading branch information
rmgpanw committed Dec 12, 2023
1 parent 8aa8a87 commit 5d43c82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/mod_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ update_qb_operator_code_type <- function(x, code_type) {
c("id", "field", "type", "input", "operator", "value"))) {
if (x$id %in% c("map_codes", "map_children")) {
x$operator <- NULL
} else if (x$id == "sct_has_attributes") {
x$operator <- "sct_relationship"
} else {
x$operator <- code_type
}
Expand Down

0 comments on commit 5d43c82

Please sign in to comment.