Problem/Motivation

`paste()` fires inverted event constants
Fixed in `src/Controller/ApiController.php`: captured return values of `attachToRoot()`/
`attachToSlot()` as `$new_node_id`, corrected dispatch to
`$is_paste_root ? ON_ATTACH_TO_ROOT : ON_ATTACH_TO_SLOT`, and pass `$new_node_id`
(not `$parent_id`) as the node_id argument.

`HistoryInterface::setNewPresent()` — interface does not match implementation
Fixed in `src/HistoryInterface.php`: added `bool $index = TRUE` as 4th parameter to
align the interface contract with the `Instance` implementation.

`Profile::debug` is not exported to config
Removed `$debug` property, `isDebugModeActivated()` from `Profile` and `ProfileInterface`,
`debug` entry from config schema, and `dbDebug` from `ProfileViewBuilder`. The property
was unused in JS/templates so removal was safe.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mogtofu33 created an issue. See original summary.

mogtofu33’s picture

Assigned: mogtofu33 » Unassigned
Status: Needs work » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • mogtofu33 committed 946497bf on 1.0.x
    fix: #3581893 beta fixes and cleanup
    
    by: mogotfu33
    

  • mogtofu33 committed c04f76d1 on 1.0.x
    fix: #3581893 minor fixes on architecture and tests
    
    by: mogtofu33
    

  • mogtofu33 committed ad7f465c on 1.0.x
    fix: #3581893 form base regression, require lazy service init, add test
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.