{{Hint|States are displayed in different priorities (syncing > pending > synced/failed). For example, if a child object is syncing and its parent is pending, the child object will "retain" its syncing state. But if their states are switched, the child object's pending state will be "overwritten" by the parent's syncing state. As for the synced/failed states, the more recent one is displayed.}}
{{UnderConstructionStart}}
== Failed Document Download Dialog {{Version/MobileSince|5.1}}{{Version/WinXSince|5.1}} ==
If the branch download succeeds, but not all documents were downloaded successfully, a dialog will pop up displaying the count of total and actually downloaded documents. The "Open Logs" button provides the possibility to open the related log file in an external text editor to inspect details about the failed document downloads.
The dialog can be deactivated by setting the following boolean property in UBIKThemes to false:
<source lang = "xml">
<x:Boolean x:Key="EnableBranchDownloadDocumentWarning">true</x:Boolean>
</source>
{{UnderConstructionEnd}}
== Background Download ==