Project

General

Profile

Actions

Bug #71268

closed

Only show "Override" checkboxes for a file's meta data if file has data to override

Added by Mikael Conley over 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-11-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

Actions #1

Updated by Mathias Schreiber over 8 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.

Actions #2

Updated by Riccardo De Contardi over 8 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?

Actions #3

Updated by Alexander Opitz about 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.

Actions

Also available in: Atom PDF