Skip to content

[Bug]:Timepicker error conflicts with ACF #1239

Answered by joshreisner
ankitcena115 asked this question in Q&A
Discussion options

You must be logged in to vote

created a PR to fix the issue: https://github.com/code4recovery/12-step-meeting-list/pull/1240/files

if you want to test this fix now you can change lines 20-25 of admin_meeting.php to

add_action('admin_enqueue_scripts', function () {
	$screen = get_current_screen();
	if (is_object($screen) && $screen->post_type === 'tsml_meeting') {
		tsml_assets();
	}
});

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@joshreisner
Comment options

@joshreisner
Comment options

@joshreisner
Comment options

@joshreisner
Comment options

Answer selected by kiyote33
@joshreisner
Comment options

@ankitcena115
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #1238 on October 22, 2023 14:54.