CCALI / a2jdat

This repo hosts the distributable production version of the A2J Document Assembly Tool (DAT). The document assembly tool is an optional piece of software used for producing pdf documents at the end of A2J Author Guided Interviews.
https://www.a2jauthor.org
Other
3 stars 1 forks source link

current develop has breaking change to config.json #112

Closed tobiasnteireho closed 2 years ago

tobiasnteireho commented 2 years ago

current branch changes behavior of GUIDES_URL and now will not properly assemble documents with relative path, only absolute system file paths. This breaks he behavior of publish zip in author which will 404 when using a system path

suspected due to this change https://github.com/CCALI/a2jdat/commit/bad6ecb4bde1fac60bf01334a94eafdfc17be379#commitcomment-61582504

tobiasnteireho commented 2 years ago

related to https://github.com/CCALI/a2jauthor/issues/288

tobiasnteireho commented 2 years ago

fixed by #119