silverstripe / silverstripe-elemental

Create pages in Silverstripe CMS using content blocks
http://dna.co.nz
BSD 3-Clause "New" or "Revised" License
110 stars 115 forks source link

SilverStripe TagField doesn't appear in Block Settings #599

Closed nzstephenf closed 5 years ago

nzstephenf commented 5 years ago

I have the latest stable version compatible with SilverStripe 4.3 (Elemental 4.0.2). If you have an elemental block that has SilverStripe\TagField with your available fields, they don't show up correctly and fall back to a standard dropdown field within a Page's edit screen.

Currently, the only way to use TagField's as intended within my elemental block settings for example is:

https://domain.name/admin/pages/edit/EditForm/1/field/ElementalArea/item/123/edit

This is what I see at the moment: image

What I was expecting to see (this is hard-linking through to the old method of creating/editing elemental blocks): image

ScopeyNZ commented 5 years ago

Ok I think this is a known issue with TagField unfortunately. There's an open PR with some outstanding issues: https://github.com/silverstripe/silverstripe-tagfield/pull/120 on the tagfield repo. I haven't tested this yet - just an assumption. If I'm right this is technically an issue for tagfield but I'll leave this open until I can confirm.

robbieaverill commented 5 years ago

Yep, this is not an elemental issue