Changes between Version 1 and Version 2 of Ticket #6129, comment 17
- Timestamp:
- 2020-10-21T22:11:59Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6129, comment 17
v1 v2 1 1 Sure, we can bring it back, @adeas31 and me thought it would be better to filter out the default from the dropdown. 2 3 As one can see from the call to {{{getAllSubtypeOf}}} the TestMatching.D1 is there :) 4 {{{ 5 getAllSubtypeOf(TestMatching.B1,TestMatching.M2,false,false,false) 00:09:59:173 6 {TestMatching.M2.rmod,TestMatching.M1.rmod,TestMatching.D2,TestMatching.D1} 00:10:01:682 7 #s#; 2.509000; 11.340000; 'getAllSubtypeOf(TestMatching.B1,TestMatching.M2,false,false,false)' 8 }}}