Adam Lavery
Adam Lavery
Hi @hguthrie, I've taken another closer look the DynamicRows doc and nope, still can't see anything about the map property. Before posting I tried searching all Magento code for other...
Ok, so there is a way to do it: set elementTmpl to 'ui/form/element/text'. Somehow we're supposed to relate a text component to a read-only element. This doc should state that...
@Viper9x does what the doc describes work? Regardless of what it's meant to show - if what it describes doesn't actually work then there should be a note like "This...
"However, the above only works if the theme’s parent is a Blank." should be "...is Blank"!
Thanks @sandiegobr. Scary how easily Magento 2 breaks without any clues anywhere as to why.
@hostep sorry, didn't think a log of this error was necessary. Yes, as of PHP 8.? you can no longer pass null to most/all PHP string functions. I'm sure there...
Hi, the issue is described well enough already and doesn't need screenshots or steps. Below example of a custom import that is blocked by the a-z/0-9 column name restriction. Had...
@magento give me 2.4-develop instance
How do we get SSH access to this to be able to add a test module?
@engcom-Hotel this really doesn't demonstrate the issue. Try moving your custom attribute into Content and display after the core Description field (i.e. sortOrder 51+). As per this test, your custom...