iTwin / presentation

Monorepo for iTwin.js Presentation Library
https://www.itwinjs.org/presentation/
MIT License
4 stars 0 forks source link

Tree Widget: Handle `Subject.Job.Connector` as well as `Subject.Job.Bridge` in Models Tree ruleset #50

Closed grigasp closed 1 year ago

grigasp commented 1 year ago

Models Tree ruleset uses the Subject.Job.Bridge attribute in Subject's JsonProperties property to check if the Subject should be hidden. Newly published connectors (previously called bridges) now use Subject.Job.Connector. We should update the ruleset to handle both cases - old iModels will still use Bridge while new ones will use Connector.

grigasp commented 1 year ago

The decision was made to revert the change in connectors framework, so no change needed on our end. Closing the issue.