Ares Known Issues
2 results found
-
The Ares seed script has duplicate entries for the same DocumentTypeValues.
The values should be unique. Currently the primary key is only on the document type name field but we do look up value based on Item DocType value so the value should also be unique.
The seed data has the following duplicates:
Word Word
Word .docx WordExcel Excel
Excel .xlsx ExcelPowerPoint Powerpoint
PowerPoint .pptx PowerpointThis will need to be corrected in the update script as well. If there is a duplicate value, we can update the value to be the same as the name which is ensured to be unique based on the PK. We should also…
1 votestarted · AdminDustin Stokes (Chief Technology Officer @ Atlas Systems, Inc., Atlas Systems, Inc.) respondedAres 4.7.0.0
-
On custom item searches in the client, when using Does Not Equal with an item flag, search only returns results that have a flag that does n
Create a custom search for items and specify that the ItemFlags.Flag Does Not Equal "something". The search will not return all items that do not have a that flag, but will return all items that have A flag but whose flag does not match "something".
1 vote