Closed (outdated)
Project:
ChatGPT Content Assistant
Version:
2.1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2023 at 17:30 UTC
Updated:
12 May 2023 at 14:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
marcusvsouza commentedPlease review the patch!
Comment #3
marcusvsouza commentedComment #4
anup.sinha commentedHi @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
Comment #5
marcusvsouza commentedOh! Sorry I uploaded the wrong patch
Comment #6
marcusvsouza commentedAs you mentioned its fixed in the latest dev version!
Comment #7
marcusvsouza commented