Opened 6 months ago
Closed 6 months ago
#22662 closed defect (bug) (fixed)
No way to access Media Link while adding/editing Media
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Media | Version: | 3.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | batmoo@…, gabriel.koen@…, merty92@… |
Description
There is no way to access the link(url) for a media file in the new Media UI.
Submitting a patch to do the same.
Attachments (5)
Change History (13)
comment:3
mintindeed — 6 months ago
- Cc gabriel.koen@… added
comment:4
in reply to:
↑ 2
vickybiswas — 6 months ago
The URL is indeed needed for various purposes. I have tried to put it in the place where it will least come in the way. Seems your idea matches what I have done. Uploading a screenshot along with the repatch.
Replying to nacin:
Can you please re-patch without touching the minified CSS? That isn't necessary, and will end up rendering the patch stale really quick (if anything else changes in the file). Thanks!
I've been thinking about this for some time. Is the URL necessary? I'm not sure where it should go. It's useful to have it there if you need it, but it really gets in the way if you don't. Maybe show it near the metadata (dimensions, name, file type, etc.), style it like text but make it a readonly input?
- Component changed from General to Media
- Keywords has-patch added
- Milestone changed from Awaiting Review to 3.5
This is great. Let's see if we can compress it a bit more with some CSS for this one field. (Patches welcome.) Assigning to koopersmith for eventual review.

Can you please re-patch without touching the minified CSS? That isn't necessary, and will end up rendering the patch stale really quick (if anything else changes in the file). Thanks!
I've been thinking about this for some time. Is the URL necessary? I'm not sure where it should go. It's useful to have it there if you need it, but it really gets in the way if you don't. Maybe show it near the metadata (dimensions, name, file type, etc.), style it like text but make it a readonly input?