Skip to content

Commit

Permalink
Issue #573: Enable actions module and modify actions plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislaick committed Dec 3, 2024
1 parent 47ebbc6 commit 4e52aa9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
_core:
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
module:
action: 0
admin_toolbar: 0
admin_toolbar_tools: 0
auto_username: 0
Expand Down Expand Up @@ -74,6 +75,7 @@ module:
jsonapi: 0
language: 0
layout_builder: 0
layout_builder_expose_all_field_blocks: 0
layout_discovery: 0
link: 0
linkit: 0
Expand Down
1 change: 1 addition & 0 deletions html/modules/custom/bc_dc/bc_dc.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php: 8.2
configure: bc_dc.settings
package: BC Base Build
dependencies:
- action:action
- auto_username:auto_username
- bcbb:bcbb_book
- bcbb:bcbb_other
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Drupal\bc_dc\Plugin\Action;

use Drupal\action\Plugin\Action\AssignOwnerNode;
use Drupal\Core\Database\Connection;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\Form\FormStateInterface;
use Drupal\node\Plugin\Action\AssignOwnerNode;
use Drupal\user\Entity\Role;
use Symfony\Component\DependencyInjection\ContainerInterface;

Expand Down

0 comments on commit 4e52aa9

Please sign in to comment.