Actions
Feature proposal #8019
closedImplement file type field fallback
Description
File type fields (image, file, video, and audio) after the upload and re-navigate to profile edit the file input is cleared. There's no input to really condition against to see if a file exists. Implement fallback behavior for this to do a static check if this is the case or just try to figure out if something exists based off the dropdown value.
Updated by krileon almost 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
This will now fallback to current stored value when "No change of X" is selected. When the remove option is selected it'll force value to empty. This should allow is/is not empty check to be a lot more reliable.
Actions