See this link, read strict mode <a class="postlink" href="https://developers.facebook.com/docs/facebook-login/security/#strict_mode">https://developers.facebook.com/docs/fa ... trict_mode</a>
and here screenshot from my FB portal: <a class="postlink" href="https://gyazo.com/985d4bc36e46bf12eb45be2fd62bce3f">https://gyazo.com/985d4bc36e46bf12eb45be2fd62bce3f</a>
March is just a few days away.
@ismcagdas - according to FB in March unless you configure and authorize exact return url, oath will not work.
While what I requested is a new feature to your framework, IT MUST HAVE for facebook and google around the corner to work.
@alper thanks! I was hoping there is a proper angular way of doing vs removing, adding style classes by hand.
I added the code in User Edit modal to set the active tab on show but it fails as tabs are not initialized?
Any ideas?
@ViewChild('userTabs') userTabs: TabsetComponent;
selectTab(tab_id: number) {
//console.log("setting active tab: " + tab_id);
// this fails as tabs not defined
if (this.userTabs.tabs)
this.userTabs.tabs[tab_id].active = true;
}
in show function
if (this.activeTab != null) {
var tabi = this.activeTab;
this.activeTab = null;
this.selectTab(tabi);
}
Thanks for insights
Is there an easy way to move the tenant data from a shared database to a dedicated database?
Ideally it will be great to have backend admin function with simple UI.
Thanks for insight.
@alper - I understand your point and do not see MSFT investing into EF support for nosql, even so on their website its says that EF supports CosmoDB nosql! - Go figure.
There are other efforts to map EF and Mongo DB, see this thread as an example.
@ismcagdas - another good case for using nosql database where building app which uses unstructured data a way to go, which is pretty much every app built for the web this days. personally, I think a lot of business is lost for zero framework due to lack of nosql database support.
@alper - thanks, I know its easy to do, it was just a feature suggestion for Zero. When you create export, you want to pair with import function.
I was thinking simple upload file for now.
There is an export users function. What about Import Users? Anyone have implemented it?
Thanks.