-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge the latest changes from developer (#713)
* Solved an InvalidCastException when using the TenantStaticFileProvider * Trying to solve the issue #711 by adding existing references of the user and the payment. * Fixed issue #688 where the sorting by date is not correct in the datatable. * Added the viewport option trying to fix the tests. * Set the ExpirationTime to a maximum of 15 years. #675
- Loading branch information
1 parent
d5c5e8d
commit c8151d9
Showing
172 changed files
with
20,781 additions
and
24,631 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ | |
"defaultProvider": "cdnjs", | ||
"libraries": [ | ||
{ | ||
"library": "[email protected].0", | ||
"library": "[email protected].2", | ||
"destination": "wwwroot/lib/bootstrap/" | ||
}, | ||
{ | ||
"library": "[email protected].0", | ||
"library": "[email protected].1", | ||
"destination": "wwwroot/lib/jquery/" | ||
}, | ||
{ | ||
"library": "[email protected].3", | ||
"library": "[email protected].5", | ||
"destination": "wwwroot/lib/jquery-validation/" | ||
}, | ||
{ | ||
|
Oops, something went wrong.