alleyinteractive / byline-manager

Manage an article's byline and author profiles in WordPress.
GNU General Public License v3.0
3 stars 2 forks source link

Byline Manager is broken when using the Classic Editor #273

Closed jakewrfoster closed 6 months ago

jakewrfoster commented 6 months ago

Description of the bug

Byline Manager is broken in the Classic Editor in version 0.2.4 and later (tested up to 0.2.7 at the time of writing).

Steps To Reproduce

  1. Activate Byline Manager at version 0.2.4 or later
  2. Create or edit a post in the classic editor.
  3. Note that Byline Manager's meta box appears in the editor but it is empty.

Additional Information

No response

scottnelle commented 6 months ago

Updated the issue with some specifics. There's a type error in the byline manager JS, but I'm testing with built versions of the plugin so the specific error is obscured. Someone who's set up to test dev versions of the plugin could likely pinpoint the error pretty quickly.

renatonascalves commented 6 months ago

I can confirm the error. But there are more stuff broken here. Stylelint has 1960 problems (1960 errors, 0 warnings).

renatonascalves commented 6 months ago

Just noticed #240 will resolve the linting issue.