45 | | * Deleting a workspace doesn't corrupt DB (#898). |
46 | | * The file browser works with non-default configurations (#883). Was broken in DM 4.7 (#883). |
47 | | * When switching to a geomap the canvas element keeps its event handlers (#896). |
48 | | * Numbers are sorted numerically (#928). |
49 | | * On small displays the Webclient toolbar does not line wrap (#926). |
50 | | * When changing the assoc def order in the type editor the assoc defs does not loose their renderers (#909). |
51 | | * Changing the label configuration has an effect in every situation (#910). |
52 | | * When installing DM the "admin" account is enabled for sure (#849). |
53 | | * For a private installation the browser's own login dialog appears. Was broken in DM 4.7 (#892). |
54 | | * The Geomaps module doesn't issue the failing `/theme/default/style.css` request anymore (#894). |
| 45 | * Deleting a workspace doesn't corrupt the DB (#898). |
| 46 | * Was broken in DM 4.7: |
| 47 | * The file browser works also with non-default configurations (#883). |
| 48 | * For a private installation the browser's own login dialog appears (#892). |
| 49 | * Standard topicmaps keep their event handlers also when switching to a geomap (#896). |
| 50 | * Type editor: |
| 51 | * Assoc defs keep their renderers also when changing the assoc def order (#909). |
| 52 | * Changing the label configuration has an immediate effect also if the parent type's URI has changed (#910). |
| 53 | * Webclient: |
| 54 | * Number values in combobox menus are sorted numerically (#928). |
| 55 | * The toolbar does not line wrap on small displays (#926). |
| 56 | * On Weblicnet start: the Geomaps module doesn't issue the failing `/theme/default/style.css` request anymore (#894). |
| 57 | * After DM installation the "admin" account is enabled for sure (#849). |