Duncan McClean

Results 412 comments of Duncan McClean

There's no settings on the tabs themselves, however, if you have conditions setup for the fields *inside* the tab and there's no fields visible, the tab will be hidden.

You could workaround this by taking advantage of [custom JavaScript conditions](https://statamic.dev/conditional-fields#custom-logic) to check the field's value against multiple values.

I have a similar issue to @jesseleite - would love to see this merged! 😄

> Mapping can be added by adding a hook on the eloquent entry class, and updating the array $payload. This array is a mapping of data handles to database columns...

> Can you resolve the merge conflict? Done!

This issue is probably better placed on the `statamic/collaboration` repository... cc @jackmcdade

The relevant people are notified when new issues are opened, no need to tag people directly 😄

> I created a taxonomy and specified in the slug validation that it should be unique. What validation rule did you add to the Slug field?

> Mine might be a separate issue. We'll see :-) It seems like both issues are related 😄 Reverting the changes made in https://github.com/statamic/cms/pull/9636 seem to fix both issues.