MVP of the weblinks app

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-07-01 15:43:15 -04:00
parent f9e539f25c
commit 596b5ccf67
16 changed files with 706 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ class LinkingApp(MayanAppConfig):
ModelEventType.register(
event_types=(
event_smart_link_created, event_smart_link_edited
event_smart_link_edited,
), model=SmartLink
)