Bug #71268
closedOnly show "Override" checkboxes for a file's meta data if file has data to override
0%
Description
On the file metadata panel the checkboxes for overriding metadata from the database are always present. For most of our editors this means there are just some strange checkboxes that don't make any sense and just add som unnecessary work to fill in the meta data.
Could we please change the behaviour so if a field doesn't have any meta data to inherit, it doesn't require an editor to act like there is?
Files
Updated by Mathias Schreiber about 9 years ago
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
Hi Mikael,
here are the requirements:- Keep metadata from the asset (checkbox unchecked)
- Have your own metadata (Insert value, checkbox checked)
- Unset metadata, in case you do not want to have any text displayed while referencing the image (Insert no value, checkbox checked)
So you see, there is no way around this checkbox.
Updated by Riccardo De Contardi about 9 years ago
Suggestions:
[] Override value "" From FAL management module:
or
Current Value: ""; [] Override:
Another idea: use the bootstrap component:
http://getbootstrap.com/components/#input-groups-checkboxes-radios
Last suggestions:
1) use the bootstrap + checkbox
2) use the value from the file module as placeholder (*)
3) disable it
4) when clicked: remove the disable attribute and focus on the input
<div class="input-group"> <span class="input-group-addon"> <input type="checkbox" aria-label="Checkbox for following text input"> </span> <input type="text" class="form-control" aria-label="Text input with checkbox" disabled="" placeholder="value from File Module"> </div>
(*) or value?
Updated by Alexander Opitz over 8 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Mathias Schreiber)
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.