• We have a problem on a customers site, where editing tables is broken in version 1.3.19.
    The table does not show in the gutenberg inspector controls after selecting it in the content area.
    The inspector controls only show the field label & description.

    To me it looks like the new init() logic is flawed.
    init_workflow() is never called, because the 4 loop passes are already over, when the table is selected in the content area.

Viewing 7 replies - 1 through 7 (of 7 total)
  • I have same problem.

    but in my case we don’t have the “gutenberg”?.

    the table missing after the update , only show the field label .

    I restore to previous version before the update 1.3.13 and the table exist now.

    Also having this issue. Restored to 1.3.18 and it shows up now.

    • This reply was modified 1 year, 9 months ago by Henrijs.
    Plugin Author Johann Heyne

    (@jonua)

    I′m sorry for this issue.

    On my tests and another users site everything worked. Yes, the editing table should always be initialized when the table field appears somewhere in the admin. I haven’t been able to figure out if Gutenberg offers javascript events that fire whenever something is redisplayed in edit mode.

    I’ll work on a solution quickly now.

    Cheers Johann

    Thread Starter sweber

    (@sweber)

    @jonua
    Thanks for your swift reply!

    Regards
    Simon

    Plugin Author Johann Heyne

    (@jonua)

    I think, I found a better more specific solution.

    I have now used a mutation observer that observes Gutenberg block layouts to initialize the tables. For all other tables in the admin I use the old way from version 1.3.18 again.

    If you want to try it out and see if it fixes your problem, I’d be very grateful.

    Here ist the new version 1.3.20:
    https://downloads.www.ads-software.com/plugin/advanced-custom-fields-table-field.zip

    Thanks much,
    Johann

    I have also have the problem

    and we don’t use “Gutenberg block”

    we have Divi

    Thread Starter sweber

    (@sweber)

    Hi Johann,
    release 1.3.20 fixes the issue for us ??

    Thank you very much ??

    Regards
    Simon

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘1.3.19 breaks table editing in Gutenberg’ is closed to new replies.