Closed ghost closed 1 year ago
Hello! Thank you for raising the issue and apologies it hasn't been responded to earlier.
Unfortunately, we can't provide support through the issue tracker. We recommend trying one of the Silverstripe CMS community channels such as the Forum or Slack, or asking the question on Stack Overflow. Thank you for your understanding.
Note — my tip is to use the full name including the dot, not the title of the field, or check what name is generated in the form markup in the CMS and use that. Either way, I'd still direct you Slack or the forum for such support.
If your problem persists and you think it's a bug within the Display Logic module, feel free to open a new bug report and provide replication steps and information on what version of Silverstripe CMS and the module you're using.
Hi @unclecheese, first of all thanks for your work and this helpful module. It's helping me a lot these last few weeks in my current project (running on SilverStripe 4.0.3) đź‘Ť
Actually, I noticed that apparently the feature not works with
DataObject
relations. For example, in this snippet of code from my project, I would hide some fields by aDropdownField
value. Now, these fields are initialized by properties from anotherDataObject
, related in ahas_one
with the first one. In detail:As you can see,
Importo
andPercentuale
are not hided. Is it my fault or the module doesn't support these type of relations?Thanks in advance.