The openPopup function was declared in AppMain and used via dynamic scoping in many places in the application. Moved function to Global component and updated all places to call it via Global instead. Closes #4267
Contacts updates currently in base_bc Closes #4100
Use it as import shared 1.0, import shared.controls 1.0 etc instead of import "../../../shared" Closes #3934