• Resolved hasanfachrul

    (@hasanfachrul)


    I have 2 CPTs called events and users (built-in). I want to make the user can join the event with bi-directional fields on each post type. But, after the update it seems it does not populate the other field. Are there any solutions for this? or this is a current bug for pods?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey. I just tried to create a similar relation. Appears to work fine here:

    screenshot from event cpt
    screenshot from user control panel

    What kind of relationship are you using?

    In this experiment, I’m using the multible select > list view

    Unfortunately I confirm this bug for Advanced Pods on external storage.
    I’m on Debian 12, Php 8.2.7, WordPress 6.3.1

    Thank you,
    Riccardo

    Here is my config:

    {
    "@meta": {
    "version": "3.0.1",
    "build": 1695149862
    },
    "settings": {
    "types_only": "0",
    "watch_changed_fields": "0",
    "metadata_integration": "1",
    "metadata_override_get": "0",
    "media_modal_fields": "0",
    "session_auto_start": "0",
    "wisdom_opt_out": "",
    "active_components": [
    "advanced-content-types",
    "advanced-relationships",
    "migrate-packages",
    "table-storage"
    ]
    },
    "pods": [
    {
    "name": "settore_disciplinare",
    "id": 16,
    "label": "82 Miur Settori Disciplinari",
    "description": "",
    "type": "pod",
    "storage": "table",
    "label_singular": "82 Miur Settore Disciplinare ",
    "public": "1",
    "show_ui": "1",
    "pod_index": "name",
    "_migrated_28": "1",
    "show_in_menu": "1",
    "menu_position": "82",
    "menu_icon": "dashicons-post-status",
    "pick_object": "custom-simple",
    "required": "0",
    "unique": "0",
    "ui_fields_manage": [
    "name",
    "codice"
    ],
    "ui_filters": [
    "codice"
    ],
    "groups": [
    {
    "name": "details",
    "id": 17,
    "label": "Details",
    "description": "",
    "weight": 0,
    "fields": [
    {
    "name": "name",
    "id": 18,
    "label": "Name",
    "description": "",
    "weight": 0,
    "type": "text",
    "required": "1"
    },
    {
    "name": "codice",
    "id": 23,
    "label": "Codice",
    "description": "",
    "weight": 1,
    "type": "text",
    "sister_id": "-- Select One --",
    "required": "0",
    "unique": "0",
    "repeatable": "0",
    "repeatable_format": "default",
    "roles_allowed": "administrator",
    "enable_conditional_logic": "0",
    "text_allowed_html_tags": "strong em a ul ol li b i",
    "text_max_length": "12",
    "text_trim": "1"
    },
    {
    "name": "descrizione",
    "id": 24,
    "label": "Descrizione",
    "description": "",
    "weight": 2,
    "type": "wysiwyg",
    "sister_id": "-- Select One --",
    "required": "0",
    "unique": "0",
    "wysiwyg_editor": "tinymce",
    "repeatable": "0",
    "repeatable_format": "default",
    "roles_allowed": "administrator",
    "enable_conditional_logic": "0",
    "wysiwyg_media_buttons": "1",
    "wysiwyg_wptexturize": "1",
    "wysiwyg_convert_chars": "1",
    "wysiwyg_wpautop": "1"
    },
    {
    "name": "created",
    "id": 19,
    "label": "Date Created",
    "description": "",
    "weight": 3,
    "type": "datetime",
    "datetime_format": "ymd_slash",
    "datetime_time_type": "12",
    "datetime_time_format": "h_mm_ss_A"
    },
    {
    "name": "modified",
    "id": 20,
    "label": "Date Modified",
    "description": "",
    "weight": 4,
    "type": "datetime",
    "datetime_format": "ymd_slash",
    "datetime_time_type": "12",
    "datetime_time_format": "h_mm_ss_A"
    },
    {
    "name": "author",
    "id": 21,
    "label": "Author",
    "description": "",
    "weight": 5,
    "type": "pick",
    "pick_object": "user",
    "pick_format_type": "single",
    "pick_format_single": "autocomplete",
    "default_value": "{@user.ID}"
    },
    {
    "name": "permalink",
    "id": 22,
    "label": "Permalink",
    "description": "Leave blank to auto-generate from Name",
    "weight": 6,
    "type": "slug"
    },
    {
    "name": "area_disciplinare",
    "id": 25,
    "label": "Area disciplinare",
    "description": "Area disciplinare di appartenenza",
    "weight": 7,
    "type": "text",
    "sister_id": "-- Select One --",
    "required": "0",
    "unique": "0",
    "text_allowed_html_tags": "strong em a ul ol li b i",
    "text_max_length": "255",
    "repeatable": "0",
    "repeatable_format": "default",
    "roles_allowed": "administrator",
    "enable_conditional_logic": "0"
    },
    {
    "name": "campi_disciplinari",
    "id": 26,
    "label": "Campi disciplinari",
    "description": "Campi disciplinari",
    "weight": 8,
    "type": "pick",
    "sister_id": "36",
    "required": "0",
    "unique": "0",
    "repeatable": "0",
    "repeatable_format": "default",
    "roles_allowed": "administrator",
    "enable_conditional_logic": "0",
    "pick_object": "pod",
    "pick_val": "83_miur_campi_disciplinari",
    "pick_table": "-- Select One --",
    "pick_format_type": "multi",
    "pick_format_single": "dropdown",
    "pick_format_multi": "autocomplete",
    "pick_display_format_multi": "default",
    "pick_display_format_separator": ", ",
    "pick_allow_add_new": "1",
    "pick_taggable": "0",
    "pick_show_icon": "1",
    "pick_show_edit_link": "1",
    "pick_show_view_link": "1",
    "pick_limit": "0",
    "pick_user_role": "Administrator",
    "pick_post_status": "publish",
    "pick_post_author": "0"
    }
    ]
    }
    ]
    },
    {
    "name": "83_miur_campi_disciplinari",
    "id": 29,
    "label": "83 Miur Campo disciplinare",
    "description": "",
    "type": "pod",
    "storage": "table",
    "label_singular": "83 Miur Campi disciplinari",
    "public": "1",
    "show_ui": "1",
    "pod_index": "name",
    "_migrated_28": "1",
    "pick_object": "custom-simple",
    "required": "0",
    "unique": "0",
    "show_in_menu": "1",
    "menu_position": "83",
    "menu_icon": "dashicons-art",
    "ui_style": "post_type",
    "use_submenu_fallback": "0",
    "ui_reorder_field": "menu_order",
    "ui_fields_manage": [
    "name",
    "settore_disciplinare"
    ],
    "ui_filters": [
    "settore_disciplinare"
    ],
    "groups": [
    {
    "name": "details",
    "id": 30,
    "label": "Details",
    "description": "",
    "weight": 0,
    "fields": [
    {
    "name": "name",
    "id": 31,
    "label": "Name",
    "description": "",
    "weight": 0,
    "type": "text",
    "required": "1"
    },
    {
    "name": "settore_disciplinare",
    "id": 36,
    "label": "Settore disciplinare",
    "description": "Settore disciplinare di riferimento",
    "weight": 1,
    "type": "pick",
    "sister_id": "26",
    "required": "0",
    "unique": "0",
    "repeatable": "0",
    "repeatable_format": "default",
    "roles_allowed": "administrator",
    "enable_conditional_logic": "0",
    "pick_object": "pod",
    "pick_val": "settore_disciplinare",
    "pick_table": "-- Select One --",
    "pick_format_type": "single",
    "pick_format_single": "dropdown",
    "pick_format_multi": "list",
    "pick_display_format_multi": "default",
    "pick_display_format_separator": ", ",
    "pick_allow_add_new": "1",
    "pick_taggable": "0",
    "pick_show_icon": "1",
    "pick_show_edit_link": "1",
    "pick_show_view_link": "1",
    "pick_limit": "0",
    "pick_user_role": "Administrator",
    "pick_post_status": "publish",
    "pick_post_author": "0"
    },
    {
    "name": "created",
    "id": 32,
    "label": "Date Created",
    "description": "",
    "weight": 2,
    "type": "datetime",
    "datetime_format": "ymd_slash",
    "datetime_time_type": "12",
    "datetime_time_format": "h_mm_ss_A"
    },
    {
    "name": "modified",
    "id": 33,
    "label": "Date Modified",
    "description": "",
    "weight": 3,
    "type": "datetime",
    "datetime_format": "ymd_slash",
    "datetime_time_type": "12",
    "datetime_time_format": "h_mm_ss_A"
    },
    {
    "name": "author",
    "id": 34,
    "label": "Author",
    "description": "",
    "weight": 4,
    "type": "pick",
    "pick_object": "user",
    "pick_format_type": "single",
    "pick_format_single": "autocomplete",
    "default_value": "{@user.ID}"
    },
    {
    "name": "permalink",
    "id": 35,
    "label": "Permalink",
    "description": "Leave blank to auto-generate from Name",
    "weight": 5,
    "type": "slug"
    }
    ]
    }
    ]
    }
    ]
    }
    • This reply was modified 1 year, 2 months ago by Rickyx. Reason: Enabled Notify me
    Thread Starter hasanfachrul

    (@hasanfachrul)

    It’s solved. There is a setting in Pods that I have to change.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bi-directional field not working’ is closed to new replies.