-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-file, private file fields can't delete directory properly #2814
Comments
Shelob9
changed the title
Multi-file, private file fields can't delete directory properlu
Multi-file, private file fields can't delete directory properly
Nov 20, 2018
|
This was referenced Nov 20, 2018
Shelob9
pushed a commit
that referenced
this issue
Nov 21, 2018
Shelob9
pushed a commit
that referenced
this issue
Nov 21, 2018
Shelob9
pushed a commit
that referenced
this issue
Nov 21, 2018
Shelob9
pushed a commit
that referenced
this issue
Nov 21, 2018
Shelob9
pushed a commit
that referenced
this issue
Nov 21, 2018
Shelob9
pushed a commit
that referenced
this issue
Nov 21, 2018
Shelob9
pushed a commit
that referenced
this issue
Nov 21, 2018
Shelob9
pushed a commit
that referenced
this issue
Nov 21, 2018
Shelob9
pushed a commit
that referenced
this issue
Nov 21, 2018
Shelob9
pushed a commit
that referenced
this issue
Nov 22, 2018
* feature/2814: #2814 schedule deletes in cf2 fiel fields and cleanup that handler a bit #2814 schedule deletes #2814 handle deleting directory if empty Only try to delete file, if it exists #2814 Test to prove that the delete file job will make an uncaught exception in some cases #2814 Make new job for deleting tests work #2814 New job for deleting files #2814 - failing tests Make new utility methods needed for #2814 and #2794 work Failing tests for utility methods needed for #2814 and #2794 #2814 rm dead code and add inline docs to existing delete job
Fixed by #2819 |
Shelob9
pushed a commit
that referenced
this issue
Dec 14, 2018
* develop: During form submission, start buffer, then flush it. #2820 and #2448 and #2788 Set window.cf2 if not an object #2821 #2814 schedule deletes in cf2 fiel fields and cleanup that handler a bit #2814 schedule deletes #2814 handle deleting directory if empty Only try to delete file, if it exists #2814 Test to prove that the delete file job will make an uncaught exception in some cases #2814 Make new job for deleting tests work #2814 New job for deleting files #2814 - failing tests Make new utility methods needed for #2814 and #2794 work Failing tests for utility methods needed for #2814 and #2794 #2814 rm dead code and add inline docs to existing delete job # Conflicts: # cf2/functions.php
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce:
I think that the issue is
Caldera_Forms_Files
is creating the hash based on field ID and form ID, so both files go to same directory, then when deleting first one, can't delete the directory since second one is in it.Related to #2766 but is pre-existing issue. I am going to think about how to improve cleanup and fix tomorrow.
The text was updated successfully, but these errors were encountered: