OrchardCore icon indicating copy to clipboard operation
OrchardCore copied to clipboard

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.

Results 541 OrchardCore issues
Sort by recently updated
recently updated
newest added

breaking change :boom:
merge conflict

## Is your feature request related to a problem? Please describe. In many instances in OrchardCore's code, we repetitively use the following code ``` var allRoles = (await _roleService.GetRoleNamesAsync()).Except(new[] {...

enhancement

Export the specified workflow from the workflow management interface ![image](https://user-images.githubusercontent.com/15613121/177005465-b64b7ea2-b544-4e38-b8d2-a371bb807579.png) ![export 1](https://user-images.githubusercontent.com/15613121/177005468-70d20fff-bc1f-4f8a-932e-0f8e7f8b0051.png)

Moving all ContentField model and setting into a new OrchardCore.ContentFields.Abstractions project. Also move services and extensions into OrchardCore.ContentFields.Core. This PR replaces #11680 due to a conflict. We should have no...

### Is your feature request related to a problem? Please describe. When a new role is created, currently we redirect the user to the [Index](https://github.com/OrchardCMS/OrchardCore/blob/main/src/OrchardCore.Modules/OrchardCore.Roles/Controllers/AdminController.cs#L116) view. After a user adds...

enhancement

This would provide a way to enable/disable permission to Edit or Delete users explicitly. Fixes #11762

I created a workflow event that captures error messages when other workflow workflow executions report errors The code below is automatically generated when open ` Catch Workflow Fault Evnet` first...

### Describe the bug When adding a widget to a zone from under the "Design" tab. Clicking on "Add Widget" button show the available widgets menu under the next "Add...

ui/ux