Beee4life / acf-city-selector

An ACF extension to create a new field type, where you can select a city based on country and provence/state.
38 stars 15 forks source link

Preview Doesn't Return data #112

Closed AdvocisCA closed 2 years ago

AdvocisCA commented 2 years ago

New Recording - 9/19/2022, 3:28:58 PM

AdvocisCA commented 2 years ago

debug.zip

Beee4life commented 2 years ago

I can confirm that nothing shows in the csv contents, when you click preview. I hadn't noticed that, but that is not related to any front-end issues there might be.

This 'preview' is admin only view and is completely separate.

Will look into it.

Beee4life commented 2 years ago

I have found the fix, but if you don't want to wait 'till it's released, you can easily change it your self.

Change line 64 in admin/acfcs-preview.php from

echo acfcs_render_preview_results();

to

echo acfcs_render_preview_results( $csv_info[ 'data' ] );

New release will be coming in the next 48 hours.

AdvocisCA commented 2 years ago

Perfect! Thanks 😊

From: Beee @.> Sent: Tuesday, September 20, 2022 10:47 AM To: Beee4life/acf-city-selector @.> Cc: Doug LeMesurier @.>; Author @.> Subject: Re: [Beee4life/acf-city-selector] Preview Doesn't Return data (Issue #112)

I have found the fix, but if you don't want to wait 'till it's released, you can easily change it your self.

Change line 64 in admin/acfcs-preview.php from

echo acfcs_render_preview_results();

to

echo acfcs_render_preview_results( $csv_info[ 'data' ] );

New release will be coming in the next 48 hours.

— Reply to this email directly, view it on GitHubhttps://github.com/Beee4life/acf-city-selector/issues/112#issuecomment-1252465756, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AUASYDGL5M23CKX6FQ4QWVLV7HE4VANCNFSM6AAAAAAQQMYKFE. You are receiving this because you authored the thread.Message ID: @.**@.>>