multitenant
Here are 64 public repositories matching this topic...
-
Updated
Jul 2, 2020 - Java
in the Documentation it says that the connectionString will be specified in the OnConfiguring like so
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder.UseSqlite(ConnectionString);
base.OnConfiguring(optionsBuilder);
}
and i also followed the dataIsolation sample
this is inside setupDb()
var ti =
-
Updated
Mar 31, 2020 - PHP
When Show extra code is checked, the guide's extra code is shown first and then the exercise's extra code is appended to it.
A guide's extra code might be used in many exercises but not all of them, and showing all of it when it's not needed adds confusion to the exercise.
This guide could benefit from this feature; I'
Add echo test
We added this for ourselves because we find it useful. Perhaps you guys think it's a worthwhile addition.
https://github.com/powerpbx/ivozprovider/blob/ppx2.9.3/debian/patches/001_add_echotest.patch
https://github.com/powerpbx/asterisk-sounds/blob/6d18574ec8f0b1b0996bc91a5e1e4d00b
-
Updated
Feb 1, 2020 - C#
See cascading parameter concept in Blazor : https://github.com/dotnet-presentations/blazor-workshop/blob/master/docs/05-authentication-and-authorization.md
Dotnettency could offer a similar cascading parameter to allow access to the current TTenant information retrieved from the server.
-
Updated
Apr 20, 2020 - Ruby
-
Updated
Mar 30, 2017 - Java
-
Updated
Mar 28, 2020 - C#
-
Updated
Apr 20, 2019
-
Updated
May 6, 2019 - JavaScript
-
Updated
Jul 20, 2018 - PHP
Right now, a ContentType and its Fields are tied together by the Field's id. If a superadministrator is manipulating the ContentType via CLI, this is rather inconvenient. Instead, we should refactor the implementation so that Fields are tied to a ContentType via their unique, indexed name_id field. Let's research how we can do this performantly. If we're unable to do so, we should
-
Updated
Apr 6, 2020 - PHP
-
Updated
Feb 7, 2019 - Ruby
-
Updated
Oct 15, 2019 - JavaScript
-
Updated
Apr 4, 2020 - Java
-
Updated
Nov 28, 2018 - C#
-
Updated
Nov 12, 2018 - C#
-
Updated
Feb 23, 2019 - JavaScript
-
Updated
Dec 31, 2019 - JavaScript
-
Updated
Feb 26, 2020 - PHP
-
Updated
Apr 9, 2020 - Java
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
Apr 6, 2018 - C#
Improve this page
Add a description, image, and links to the multitenant topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multitenant topic, visit your repo's landing page and select "manage topics."
HI,
tried to install frappe-bench and followed the tutorial.
At the above step,
https://frappe.io/docs/user/en/tutorial/users-and-records#42-creating-records
I've found no way to add and make "Library Management" Module icons show on the desk.
Looking in the ERPNext source, I've found another way to add icons, creating a json file desk_page/module.json
Which is the right way to sho