You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the ODK Link Package still references xlsfile as a property of Xlsform and XlsformTemplate models, but we have moved to Spatie Media library collections to store the actual Excel files. This is causing at least one error (described below):
Context:
@dave-mills - I got issue when deploying the updated xlsform to ODK central...
Here are what I did:
get latest code from dev branch
run command "composer install", "npm i", "npm run build", "npm run dev"
run command "php artisan migrate:fresh --seed"
download the updated xlsform, add settings excel sheet to it
login as admin, create a new team, create xlsform template
admin panel > team resources > xlsforms relation manager, click "Add Xlsform to Team" button to add xlsform, error 500 occurred
I create another xlsform template with our previous xlsform, got same error.
It looks like the ODK Link Package still references
xlsfile
as a property of Xlsform and XlsformTemplate models, but we have moved to Spatie Media library collections to store the actual Excel files. This is causing at least one error (described below):Context:
@dave-mills - I got issue when deploying the updated xlsform to ODK central...
Here are what I did:
I create another xlsform template with our previous xlsform, got same error.
Screen shot:
Originally posted by @dan-tang-ssd in #37 (comment)
The text was updated successfully, but these errors were encountered: