From 849bb20b581e5d3a5a99b1a92f9c2f529c4e95ea Mon Sep 17 00:00:00 2001 From: emse-p4a-gwu Date: Tue, 20 Aug 2024 14:30:31 -0400 Subject: [PATCH] Update NEWS.md --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 7375d46b..5f57765b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -9,6 +9,7 @@ - The admin page password was looking for the `SUPABASE_PASSWORD` environment variable, but it should be `SURVEYDOWN_PASSWORD`. - The data fetching was not working to download the data as a CSV file in the admin page, now uses `sd_get_data()` and works. - The `show_if_custom` logic was not working for multiple conditions, now it does. + - The `skip_if_custom` logic could error if a condition was `NULL` (fixed with `isTRUE()`). - In `sd_config()`, items were being assigned with the ` <- ` operator, causing them to be deleted when the thing being assigned was `NULL`. Now changed to ` = `. # surveydown 0.1.0