Including a relationship form from a different Resource doesn't display repeater items in it
I'm trying to cut down on my duplicated code, so inside a
Calling it from the
Thing is, the order details are displayed fine, the discount and total as well, but the repeater is not showing at all (unless I make it non-disabled, then the add button appears)
OrderResource I created this methodCalling it from the
OrderResource itself works fine, but now I'm also adding it to a different resource, ShipmentResourceThing is, the order details are displayed fine, the discount and total as well, but the repeater is not showing at all (unless I make it non-disabled, then the add button appears)