Problem/Motivation

Error: Call to undefined method Drupal\logger\Util\LoggerUtils::formOptionsToList() in Drupal\logger_db\Plugin\views\field\LoggerDbData->submitOptionsForm() (line 163 of /var/www/html/web/modules/contrib/logger_db/src/Plugin/views/field/LoggerDbData.php).

The mentioned method was removed in this commit.
https://git.drupalcode.org/project/logger/-/commit/efc5f3139051a1c2e36e9...

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork logger_db-3579695

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

mxr576 created an issue. See original summary.

murz made their first commit to this issue’s fork.

murz’s picture

Status: Active » Needs work

Yeah, sorry about dat - prepared a fix in the MR https://git.drupalcode.org/project/logger_db/-/merge_requests/5 - test it please. The pipelines are not green yet, will fix them later.

gerezs’s picture

Status: Needs work » Reviewed & tested by the community

I just checked it after applying patch and it works as expected without any errors.
Thanks for the quick fix! :)

mxr576’s picture

(FTR, we are from the same company with @gerezs, so he tested the patch instead of me :) )

  • murz committed c3705055 on 1.0.x
    fix: #3579695 Incompatibility with logger:^1.0.0-alpha4
    
    By: murz
    By:...
murz’s picture

Thank you! Merged and released a new alpha-3 with the fix. Sorry that it took so long, the red pipelines drove me crazy with strange issues not related to this fix!

murz’s picture

Status: Reviewed & tested by the community » 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.

murz’s picture

Status: Fixed » Closed (fixed)