convertigo / c8osdk-angular-caf

CAF brings to Angular / Ionic 2+ the same functionalities that CTF (Convertigo Templating Framework) brings to JQuery. The goal is to add Convertigo back end support directly in to the Ionic HTML templates without having to program complex TypeScript.
http://www.convertigo.com
Apache License 2.0
2 stars 1 forks source link

getAttachmentUrl is not working anymore #23

Closed CharlesGrimont closed 4 years ago

CharlesGrimont commented 4 years ago

in router for getAttachmentUrl we must test, that databaseName has a "." before splitting it

databaseName = databaseName.split('.')[1]

if not databseName is null

ref https://github.com/convertigo/convertigo/issues/228