You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a FileHandleField interface, so that asset-admin can utilise DI.
Replace places where UploadField is used with the FileSelector interface in framework.
Background
Due to changes we have made to asset management and form styling, the UploadField (framework not asset-admin) has had both serious functionality regressions as well as styling deterioration.
The text was updated successfully, but these errors were encountered:
I propose we don't fix this, but rather remove the legacy UploadField in favour of the new React-powered one: #6481. What's the point of keeping old code around when we've written a replacement? Particularly since that'll lock us in to maintaining it until fricken 2020.
Tasks
FileHandleField
interface, so that asset-admin can utilise DI.Background
Due to changes we have made to asset management and form styling, the UploadField (framework not asset-admin) has had both serious functionality regressions as well as styling deterioration.
The text was updated successfully, but these errors were encountered: