liquid_feedback_frontend
diff app/main/registration_admin/index.lua @ 1322:b62de5ebabfa
Do not count manual verification requests as other reasons
author | bsw |
---|---|
date | Thu Aug 02 15:33:23 2018 +0200 (2018-08-02) |
parents | 32cc544d5a5b |
children | 58d2df732fc0 |
line diff
1.1 --- a/app/main/registration_admin/index.lua Wed Aug 01 18:05:18 2018 +0200 1.2 +++ b/app/main/registration_admin/index.lua Thu Aug 02 15:33:23 2018 +0200 1.3 @@ -102,6 +102,8 @@ 1.4 local count = Verification:new_selector() 1.5 :add_where("verified_member_id ISNULL") 1.6 :add_where("denied ISNULL") 1.7 + :add_where("not comment ilike '%User requested manual verification (during step 1)'") 1.8 + :add_where("not comment ilike '%User requested manual verification (during step 2)'") 1.9 :add_where("not comment ilike '%User requested manual verification'") 1.10 :add_where("not comment ilike '% sent'") 1.11 :add_where("not comment similar to '%fiscal code does not match[^/]*'")