From fcd8456babb629b0c17e07c3af1577e9fb66460a Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 29 Jul 2022 08:21:13 -0400 Subject: [PATCH 1/2] fix the area search --- app/controllers/sessions_controller.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb index 3da8736ed..c001378b3 100644 --- a/app/controllers/sessions_controller.rb +++ b/app/controllers/sessions_controller.rb @@ -188,11 +188,6 @@ def eager_load ] end - def derived_col?(col_name:) - return true if col_name == 'area_list' - false - end - def array_col?(col_name:) return true if col_name == 'area_list' false From cf8546a19125011c4e68583da7b02c2d369d7cba Mon Sep 17 00:00:00 2001 From: Gail Terman Date: Fri, 29 Jul 2022 09:19:30 -0400 Subject: [PATCH 2/2] version number to 1.6.4 --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 3b43ea959..54958b0f1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,8 +7,8 @@ This software is open source! If you'd like to contribute, please email planoram [Planorama Data Privacy & Protection Policy](/planorama/privacy) -Production version: 1.6.3 +Production version: 1.6.4 -Staging version: 1.6.3 +Staging version: 1.6.4