Adds update logic to connectors
This commit is contained in:
parent
2d875b5575
commit
b824841cb3
3 changed files with 33 additions and 7 deletions
|
@ -11,6 +11,8 @@ from .connector_manager import ConnectorException
|
|||
class Connector(AbstractConnector):
|
||||
"""instantiate a connector for inventaire"""
|
||||
|
||||
generated_remote_link_field = "inventaire_link"
|
||||
|
||||
def __init__(self, identifier):
|
||||
super().__init__(identifier)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue