Skip to content

[Plugin] Fix move to archive plugin names#6113

Merged
Frenzie merged 1 commit intokoreader:masterfrom
poire-z:movetoarchive_fix_names
May 3, 2020
Merged

[Plugin] Fix move to archive plugin names#6113
Frenzie merged 1 commit intokoreader:masterfrom
poire-z:movetoarchive_fix_names

Conversation

@poire-z
Copy link
Copy Markdown
Contributor

@poire-z poire-z commented May 3, 2020

Mismatches in these names prevent this plugin from being disabled'able. #6101 (comment)


This change is Reviewable

@Frenzie Frenzie added this to the 2020.05 milestone May 3, 2020
local _ = require("gettext")
return {
name = "move_to_archive",
name = "movetoarchive",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The before seems preferable to me? But yeah, I'd overlooked the move2archive one.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have no plugin with _ in the directory name.
Could have been "move2archive", as we have already "send2ebook", but well, not minding.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, that was the problem? My bad, I interpreted it as just the mismatch between the metadata name and the widget name.

@Frenzie Frenzie merged commit eaabc42 into koreader:master May 3, 2020
@poire-z poire-z deleted the movetoarchive_fix_names branch May 3, 2020 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants