Problem/Motivation

Add correct path to dependencies in chatgpt_plugin.libraries.yml to prevent the error in the image bellow.

Steps to reproduce

Install the last version of the module and enable the errors in the config/development or check the recent logs.

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

    marcusvsouza created an issue. See original summary.

    marcusvsouza’s picture

    StatusFileSize
    new481 bytes

    Please review the patch!

    marcusvsouza’s picture

    Status: Active » Needs review
    anup.sinha’s picture

    Hi @marcusvsouza,

    Many thanks for reporting the warning message and creating the patch. However, the correct patch would be opposite of what you have attached. In the previous version of the branch the library was added as "ckeditor" which was causing the warning message. Now I have updated it to "core/ckeditor" in order to fix the problem. I have validated the fix from my end and it resolved the issue.

    So below is the correct change, opposite of the attached patch. I am sure you also did the same fix, but maybe when you created the patch there was some mistake.

    - - ckeditor
    + - core/ckeditor

    Commit - https://git.drupalcode.org/project/chatgpt_plugin/-/commit/b922987fd5a77...

    Please validate the latest dev version - https://www.drupal.org/project/chatgpt_plugin/releases/2.0.x-dev and confirm.

    Thanks & Regards,
    Anup

    marcusvsouza’s picture

    StatusFileSize
    new477 bytes

    Oh! Sorry I uploaded the wrong patch

    marcusvsouza’s picture

    Status: Needs review » Closed (outdated)

    As you mentioned its fixed in the latest dev version!

    marcusvsouza’s picture

    Assigned: marcusvsouza » Unassigned