Hotfixes
Hotfix 5.0.0b
Release Notes
Bugfixes
- 470 Exception when DbDataProvider is used in a DataGrid with a name
- 471 PageSizeExpression does not have default value "0" anymore
- 513 Exception in DbChoiceProvider if SqlQueryByFilter contains no "?"
- 519 Save button is not visible in Workflow user transition form
Hotfix 5.0.0a
Bugfixes
- 462 ListDataProvider: View conditions are ignored as soon as custom/additional conditions are added
Hotfix 2.0.0c
Simplified Update Procedure
To update from 2.0.0b to 2.0.0c, a simplified update procedure is possible.
- Update the SharePoint Solution
Colygon.MatchPoint.Snow.wsp
Release Notes
Bugfixes
- 611 Workspace Shared Folder: Do not break inheritance on file shares
- 612 File Import: Display file import message in status bar
Hotfix 2.0.0b
Simplified Update Procedure
To update from 2.0.0a to 2.0.0b, a simplified update procedure is possible.
- Update the SharePoint Solution
Colygon.MatchPoint.Snow.wsp
Release Notes
Improvements
- 561 File Import: NameReplacementRule appends suffix if file name already exists
Bugfixes
- 563 File Import: Technical error message is written to report when exception during upload occurs
Hotfix 2.0.0a
Simplified Update Procedure
To update from 2.0.0 to 2.0.0a, a simplified update procedure is possible.
- Update MatchPoint to 5.0.0b
- Update the SharePoint Solution
Colygon.MatchPoint.Snow.wsp
Note:
If you use the file import functionality you either have to run update-mpsbase
or add the following string resources manually to the MPSnow.StringResources.xml
file:
<String Key="AbortSession" Value="Abort Session">
<Translation Lcid="1031" Value="Sitzung Beenden" />
</String>
<String Key="FileImport_CanNotAbortAsFolderIsNotEmpty" Value="You cannot abort your session before you remove all files from the temporary folder.">
<Translation Lcid="1031" Value="Sie können Ihre Sitzung nur terminieren, wenn Sie sämtliche Dateien aus dem temporären Ordner entfernen." />
</String>
Release Notes
Features
- 516 Add WSP which deploys the Colygon.MatchPoint.Snow.dll to application servers
Improvements
- 468 File Import: Add a button to abort the current session
Bugfixes
- 466 File Import: Wrong detection of workspace size limit
- 467 File Import: Missing status message when workspace size limit is reached
- 469 File Import: Do not shorten filename when a duplicate is detected
- 472 Some dialogs do not have a scrollbar anymore