foundryvtt / foundryvtt

Public issue tracking and documentation for Foundry Virtual Tabletop - software connecting RPG gamers in a shared multiplayer environment with an intuitive interface and powerful API.
https://foundryvtt.com/
202 stars 10 forks source link

`EmbeddedCollectionField` has a static `hierarchical` field. Did you mean `recursive`? #10926

Closed kmoschcau closed 4 weeks ago

kmoschcau commented 1 month ago

What happened?

As it says in the title. The field is doc-comment tagged with @override, but there is no such field in the class hierarchy. This seems like you meant recursive.

What ways of accessing Foundry can you encounter this issue in?

Reproduction Steps

Look at the code.

What core version are you reporting this for?

Version 11.315

Relevant log output

None

Bug Checklist

Fyorl commented 1 month ago

DataField.hierarchical

kmoschcau commented 4 weeks ago

DataField.hierarchical

Yep makes sense. Was just surprised by it being there in v11, but this field not existing on supertypes yet.