Closed (fixed)
Project:
Webform
Version:
8.x-5.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2019 at 21:59 UTC
Updated:
24 Jul 2019 at 11:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jrockowitz commentedThis issue is related to SQLite and I am able to replicate this problem locally.
Comment #3
jrockowitz commentedWe are running into #2595499: Support SQLite pseudo-bool fields.
The webform submission draft field is a boolean
Comment #4
jrockowitz commentedPlease try the attached patch.
Comment #5
MrPhilbert commentedThanks for the incredibly quick response.
I tried the patch, cleared the cache and clearing the submissions still does not work.
It looks like this patch is a function to clear the form itself.
Could it be in the Purge methods?
Philbert
Comment #6
jrockowitz commentedHmmm… please try the patch from #3066842: Clearing submissions does not count drafts in the total number of submission being deleted. The issue seems to be related to getting the total number of submission.
Comment #7
jrockowitz commentedThere are 4 broken tests for SQLite. The attached patch fixes this issue and the broken tests.
Comment #8
jrockowitz commentedChanging title to accurately reflect the scope of this issue.
Comment #10
jrockowitz commentedI committed the patch because it fixes broken tests. Please download the latest dev release.