-
@sebastienros the reason `OrchardCore.ResourceManagement` depends on `OrchardCore.Abstractions` is because of [IOrchardHelper extension](https://github.com/OrchardCMS/OrchardCore/blob/339d74b251b53393…
-
If you have a large table with tons of rows, the TableExport script seems to freeze and causes the browser to crash due to a slow and non-responsive script.
This fiddle isn't 6000 rows, but notice …
-
show my checkbox in text not value from json???
-
Hey!
Just a little feedback:
1) Methods are better when initialized automatically with model,
instead of
```
public function edit($id){
$company = Company::findOrFail($id);
```…
-
### Discussed in https://github.com/OrchardCMS/OrchardCore/discussions/10754
I can't seems to find a way. Can this be added as a feature to add to the flexibility of the platform?
Originall…
-
### Describe the bug
I attached two named BagPart like the following
```
_contentDefinitionManager.AlterTypeDefinition(LenderConstants.Guide, type => type
.Listable()
.Creatable()…
-
First of all, I want to say thank you for this great plugin! I have more of a question or feature request than a bug report.
Is it possible to cover with asterisk partial of the user's input?
Fo…
-
I am trying to apply the OData filters, selects, expands, orderbys to an IQueryable object.
Here is what I have
```
[HttpGet("first")]
public async Task FirstAsync(
…
-
Hi everyone,
congrats for your great work with this very useful code generator.
I'm using Postgres DB that isn't supported by --table-exists option.
Is there any way to create resources files .js…
-
First and foremost, I cannot express my admiration for the work everybody here is doing enough! This is an amazingly helpful project!!!
The feature request I'm suggesting is a way to customize som…