You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally the Dataset Explorer shows the 'All Datasets' tab by default, but if the Datasets panel-container is closed and re-opened, it displays the 'Trait' tab, which is not a primary focus for most users - it should again show the 'All Datasets' tab.
The text was updated successfully, but these errors were encountered:
…el-container
Closes#438.
manage-explorer.js : add initialSelected() : select All Datasets when the BsTab is re-created; as commented, @activeId={{this.activeId}} is passed to <BsTab > so this should not be necessary - recheck after next framework update.
manage-explorer.hbs : Use .initialSelected when dataset type BsTab (datasetTypeTabId) is inserted.
Test report indicated that the 'All Datasets' contents were not seen
Reported in meeting 2024Dec04.
This was re-tested using the external test server, with both Chrome and Firefox, and not reproduced; it may be a perception caused by the 5second delay, so this change reduces that delay. The issue can be re-evaluated based on this change.
45392b6 reduce delay in display of All Datasets after re-opening Dataset Explorer
This sub-issue is part of #431.
Normally the Dataset Explorer shows the 'All Datasets' tab by default, but if the Datasets panel-container is closed and re-opened, it displays the 'Trait' tab, which is not a primary focus for most users - it should again show the 'All Datasets' tab.
The text was updated successfully, but these errors were encountered: