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
If a path that has been set as Local Folder in civioffice settings is prefixed with one or more whitespaces, then none of the Documents that have been stored under that path can be selected when creating a new CiviOffice Document.
Steps to reproduce
configure civioffice first
open civioffice settings at civicrm/admin/civioffice/settings
open configureLocal Folder in CiviOffice Document Stores
place one more whitespace in front of the given path
/path/to/your/folder instead of /path/to/your/folder
save settings
then (if not done already)
upload a template file to the specified path on server
then try to create a document based on a available template file
open a contact
click on Action
click on Create CiviOffice Document (or the activity name you configured)
in the new dialog window open the Document drop down menu in order to show available templates stored in your Local Folder
no document are shown in the drop down menu
Version
observed with version 1.0-beta8
The text was updated successfully, but these errors were encountered:
Should be fixed by trimming the input when changing the configuration option, as well as when reading the current value - or am I forgetting something here?
Observation
If a path that has been set as
Local Folder
incivioffice
settings is prefixed with one or more whitespaces, then none of theDocuments
that have been stored under that path can be selected when creating a newCiviOffice Document
.Steps to reproduce
configure civioffice first
civioffice
settings atcivicrm/admin/civioffice/settings
configure
Local Folder
inCiviOffice Document Stores
/path/to/your/folder
instead of/path/to/your/folder
then (if not done already)
then try to create a document based on a available template file
Action
Create CiviOffice Document
(or the activity name you configured)Document
drop down menu in order to show available templates stored in yourLocal Folder
Version
observed with version
1.0-beta8
The text was updated successfully, but these errors were encountered: