From fede10bc3ed5a9df9325d3c9d671a167760a9381 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 19 Oct 2021 23:02:09 +0200 Subject: Syndication - update association from match document WIP --- ishtar_common/models_rest.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ishtar_common/models_rest.py') diff --git a/ishtar_common/models_rest.py b/ishtar_common/models_rest.py index 61b3ce042..e29356567 100644 --- a/ishtar_common/models_rest.py +++ b/ishtar_common/models_rest.py @@ -63,7 +63,7 @@ class ApiExternalSource(models.Model): 'First use the "Update types from source" action. Then use the action ' '"Generate match document" action to create a default match document. ' "Complete it and attach it back to the source to finally use the action " - '"Modify association from match document".' + '"Update association from match document".' ), ) @@ -206,6 +206,9 @@ class ApiExternalSource(models.Model): [1, end_row], ) + def update_from_match_document(self): + pass + class ApiKeyMatch(models.Model): source = models.ForeignKey(ApiExternalSource, on_delete=models.CASCADE) -- cgit v1.2.3