soflyy / oxygen-bugs-and-features

Bug Reports & Feature Requests for Oxygen
https://oxygenbuilder.com/
314 stars 29 forks source link

3.9 Alpha 1 - Meta Box group date/datetime-field - Can't change output format. #2391

Open max-got opened 3 years ago

max-got commented 3 years ago

Describe the bug

When a Meta Box Group is created with a date/datetime field there is no possibility to change the format of the date/datetime field.

I assume that this is a bug, since it is possible with a single field. See attached pictures.

Steps required to reproduce the bug: Steps to reproduce the behavior:

  1. Create a cloneable Meta Box Group
  2. Insert a date/datetime Field
  3. Create a Repeater - Query Meta Box Group
  4. Select date/datetime field
  5. Try to change output format

Single Field Shortcode:

[oxygen data='custom_metabox_content' format='d.m.Y' settings_path='date_custom_table_single' settings_page=''] format='d.m.Y' does work just fine!

Group Field Shortcode:

[oxygen data='metaboxreparray' format='d.m.Y' field='date_custom_table_group' repeater='group_custom_table']

format='d.m.Y' doesn't work. It don't matter where you place it.

Format doesn't work and you don't get the prompt to change the format. Even after manually inserting the format it isn't respected.

No difference between Custom Table or Normal Table -> Group is the problem.

Bildschirmfoto 2021-09-06 um 12 01 52

Single Date Field:

Bildschirmfoto 2021-09-06 um 12 04 50

Group Date Field:

Bildschirmfoto 2021-09-06 um 12 05 02
jsmb768ypl commented 3 years ago

Sorry to post on your bug, where did you find the short code fields?