donnydavis
donnydavis

@pratik @crossingthethreshold @maique Hey guys. Sorry for the delay on this, this week didn’t go quite how I’d hoped. I just pushed an update to the Drafts action. This should resolve the issues with updating and I’m hoping that it also fixes the issue with the categories not showing. 🤞🏼

I’m stilll thinking about some tweaks to the tag setup, but figured I would get this update pushed out first to help y’all out. Let me know how this works out for y’all. 🙂

|
Embed
Progress spinner
In reply to
pratik
pratik

@crossingthethreshold me neither. I’m shooting in the dark and trying to make sense.

@donnydavis has this code about categories in his action which I assume is giving you problems.

if (mbClient.categories.length > 0) {
		prompt.addSelect("categories", "Categories", mbClient.categories, mbClient.post.categories, true);
	}

The action you linked above has this code:

if (categories.length > 0) {
		p.addSelect("categories", "Categories", categories, [], true);
	}

Back up the original action and swap out the relevant bits with the code that works and see if it fixes things. Otherwise just wait for smarter minds than me to chime in.

|
Embed
Progress spinner