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
Remove the PushPeopleContainerUnderTab function and move all of its contents into window.NCITABOrganizationDirectory since it's only used there
Move the file to modules/callbacks/PeopleDirectoryWidget.js exporting peopleDirectoryWidget_callbacks
Rename the functions and update the widget instances where they are called from (search the code for the original function names):
- [ ] NCITABOrganizationDirectory to tab_html_prepOrgTabs
- [ ] NCIGenericItemPropcallback to genericItem_data_setOrgDescription
- [ ] NCIGenericSearchPropcallback to genericSearchList_query_setOrgSearch
- [ ] OrganizationDirectorySearchResultsCallBack to genericSearchList_data_searchOrgs
- [ ] LoadOrganizationDirectoryTreeFilter to peopleDirectory_html_loadOrgs
- [ ] NCIDirectoryOrgCallBackUI to peopleDirectory_ui_addOrgDirTabs
Move the fireWhen code into a new peopleDirectory_html_loadTabs function; then in site/src/js/widgets/PeopleDirectoryWidget/views/NCIOrgDirectoryView.html add a new line to execute that function at the very top of the last script tag
Update digitalworkplace.custom.js with the proper new import
The text was updated successfully, but these errors were encountered:
* Renamed NCITABOrganizationDirectory to tab_html_prepOrgTabs
* Renamed NCIGenericItemPropcallback to genericItem_data_setOrgDescription
* Renamed NCIGenericSearchPropcallback to genericSearchList_query_setOrgSearch
* OrganizationDirectorySearchResultsCallBack to genericSearchList_data_searchOrgs
* LoadOrganizationDirectoryTreeFilter to peopleDirectory_html_loadOrgs
* NCIDirectoryOrgCallBackUI to peopleDirectory_ui_addOrgDirTabs
* Moved FireWhen into peopleDirectory_html_loadTabs function
* renamed export function to peopleDirectoryWidget_callbacks
* Updated imports
Closes#144
PushPeopleContainerUnderTab
function and move all of its contents intowindow.NCITABOrganizationDirectory
since it's only used theremodules/callbacks/PeopleDirectoryWidget.js
exportingpeopleDirectoryWidget_callbacks
- [ ]
NCITABOrganizationDirectory
totab_html_prepOrgTabs
- [ ]
NCIGenericItemPropcallback
togenericItem_data_setOrgDescription
- [ ]
NCIGenericSearchPropcallback
togenericSearchList_query_setOrgSearch
- [ ]
OrganizationDirectorySearchResultsCallBack
togenericSearchList_data_searchOrgs
- [ ]
LoadOrganizationDirectoryTreeFilter
topeopleDirectory_html_loadOrgs
- [ ]
NCIDirectoryOrgCallBackUI
topeopleDirectory_ui_addOrgDirTabs
fireWhen
code into a newpeopleDirectory_html_loadTabs
function; then insite/src/js/widgets/PeopleDirectoryWidget/views/NCIOrgDirectoryView.html
add a new line to execute that function at the very top of the last script tagdigitalworkplace.custom.js
with the proper new importThe text was updated successfully, but these errors were encountered: