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
One of the clients communicated an interesting request that we hadn't encountered before.
He's using Advanced Custom Fields (ACF) plugin to build a custom solution where a chart can be assigned to a user via ACF. The problem that he's facing is that Charts are stored as Posts in the DB and this is how he gets a list of charts -
But then, in the dropdown of the results or charts appear with the same name:
This happens because in the database we save every chart with the same name for "post_title":
Can we have unique naming for chart here (could be ID of the chart) without breaking something how charts currently works?
Description:
One of the clients communicated an interesting request that we hadn't encountered before.

He's using Advanced Custom Fields (ACF) plugin to build a custom solution where a chart can be assigned to a user via ACF. The problem that he's facing is that Charts are stored as Posts in the DB and this is how he gets a list of charts -
But then, in the dropdown of the results or charts appear with the same name:

This happens because in the database we save every chart with the same name for "post_title":

Can we have unique naming for chart here (could be ID of the chart) without breaking something how charts currently works?
Alternatives:
Try to guess which chart you want to select.
Reported here - https://secure.helpscout.net/conversation/1958630731/330707/