You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are differences in data format between two filters which does almost similar job.
Now using this filters requires two almost similar process functions or complicated code with type (regular/ajax) detection.
pods_field_pick_data
$name: pods_meta_FIELD_NAME
$data: Array ( [pod_item_id] => test )
This discussion was converted from issue #4534 on August 11, 2022 14:23.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There are differences in data format between two filters which does almost similar job.
Now using this filters requires two almost similar process functions or complicated code with type (regular/ajax) detection.
pods_field_pick_data
$name:
pods_meta_FIELD_NAME
$data:
Array ( [pod_item_id] => test )
pods_field_pick_data_ajax
$name:
FIELD_NAME
$data:
Array( [index] => Array ( [id] => pod_item_id, [text] => test, [image] => ) )
Think this have to be reduced to a single data format.
Beta Was this translation helpful? Give feedback.
All reactions