Closed gglogowski closed 5 years ago
Nice work.
Just one question - would it work with older SWIS (that has no concept of Obsolete property)?
Just one question - would it work with older SWIS (that has no concept of Obsolete property)?
Yes, It will work. It is handled in SwisMetaDataProvider, if obsolete meta data is not available in swis model, it is not queried and default value is used.
This pull request covers support for visualization of obsolete API in SWQL Studio:
It also covers refactoring of filtering (code is split to smaller classes)