Skip to content

bugfix: bind attributes for solid-table resources #773

I improved the AttributesBinderMixin, which now offers 2 possibilities:

  • replace the store://... attributes of the current element
  • from a list of attributes, transform all the ones starting by store://...

It allows to use these in different contexts. For this particular bug, we can transform the attributes before creating the widget template.

Merge request reports