From 20553ebb9c563167ddedef82e7f69387e7e201ba Mon Sep 17 00:00:00 2001 From: Nick Jansen Date: Mon, 14 Jun 2021 10:07:42 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4112bbc..40d5ef1 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,11 @@ Having a look at the test project can be a great help to understand how the widg 2. Before placing the widget on a page you should add a dataview containing this helper object for the widget. 3. Place the widget inside this dataview. 4. Specifiy the string attribute of the helper object in the TagNPE Label field. -5. Specify microflows that handle the selection, creation and removal of tags. -6. Specify the datasources for the retrieval of the current and optional tags. Also specify their label attributes. -7. Specify if you want to allow for the creation of tags by the widget, if set to false the Create tag microflow will be disregarded. -8. Optionally set several styling options in the styling tab. +6. Specify **microflows** as datasources for the retrieval of the current and optional tags. Also specify their label attributes. +7. **Make sure to add the entity to which the tags are associated as a parameter to the datasource microflow (even if it is not being used in the microflow). Else the flow won't be retriggered when something changes to the entity and the widget won't update.** +8. Specify microflows that handle the selection, creation and removal of tags. **Make sure to refresh the entity in client to which the tags are associated, else the widget won't update.** +9. Specify if you want to allow for the creation of tags by the widget, if set to false the Create tag microflow will be disregarded. +10. Optionally set several styling options in the styling tab. ## Test project A test project is stored at /tests/testProject.