• Resolved pixelkicks

    (@pixelkicks)


    I have a custom post type created through Pods with a related custom post type set.

    When I enable inline editing for the custom post type, and click edit on the column, it shows [object Object]. I guess this is due to the way that Pods stores their data, and I was sorta hoping this would work.

    So, is this something that may work soon, or is there a way around it? I can’t use taxonomies because I need to store extra data for the relation.

    Chris.

    https://wordpress.org/plugins/codepress-admin-columns/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jesper van Engelen

    (@engelen)

    Hi Chris,

    Unfortunately, we don’t currently support inline editing for complex Pods fields. There’s no easy way around this, but you could consider hiring a developer to build this functionality for you.

    Cheers!
    Jesper

    Thread Starter pixelkicks

    (@pixelkicks)

    Hey Jesper,

    Would we do this via hooks and filters? Eg someone could write a custom edit/saving filter that does exactly this?

    If so that sounds fairly simple. Are there any docs on this?

    Plugin Author Jesper van Engelen

    (@engelen)

    Hi Chris,

    It is, but it’s quite difficult. Inline editing is embedded in Admin Columns Pro, and adding a feature to this from an external plugin is quite difficult. There’s no documentation for this, but you can find the code for the current version of inline-editing in /admin-columns-pro/pro/classes/inline-edit.

    Cheers!
    Jesper

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Editing compatibility with Pods custom post type data’ is closed to new replies.