Skip to content

[booster] fix no_sync method #3708

@ver217

Description

@ver217

Overview

Booster.no_sync() calls Plugin.no_sync(), see

return self.plugin.no_sync(model)
.

However, we didn't define this method in Plugin class. We should add this method and implment this method in subclasses.

Wanna track the development progress? Take a look at

proposal: #3046
project kanban: API Refactoring

Goal

  1. Add no_sync() method in Plugin class.
  2. Implement this method in subclasses.

Metadata

Metadata

Assignees

Labels

APIrelated to API changesbugSomething isn't working

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions