Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/en/docs/releasenotes/workstation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ For more information, see [Nanoflows](/mendix-workstation/connector/#javascript-

* Automatic suffixing for duplicate workstations – To make managing your workstations even smoother, we have implemented automatic suffixing for imported workstations that have duplicate names. This helps prevent naming conflicts and keeps your environment tidy.
* Feedback module replaced by the new Forum Space – We have removed the Feedback function in the Workstation Management. Don't worry, your voice is still incredibly important to us! Please share your questions, ideas, and feedback in the new dedicated [Mendix Forum Space for Mendix Workstation](https://community.mendix.com/link/spaces/mendix-workstation-client). This change will help us centralize discussions and provide better support.
* Special characters in Workspace names – You can now use special characters in your Workspace names, giving you more flexibility and personalization.
* Special characters in workspace names – You can now use special characters in your workspace names, giving you more flexibility and personalization.
* Unique auto-accepted computer names – We have added a uniqueness validation to the **Auto-Accepted Computer Name** field used for bulk registration. This ensures that each computer name is distinct, preventing potential conflicts during the registration process.

#### Fixes
Expand Down Expand Up @@ -362,7 +362,7 @@ Mendix Workstation is [Limited Availability](/releasenotes/release-status/#limit

#### Logging Is Configurable in Workspace Settings

The level of logs written to log files and visible in the client is configurable in Workspace Settings. You can configure the following:
The level of logs written to log files and visible in the client is configurable in workspace Settings. You can configure the following:

* Log level: Info, Warn, Error, Debug.
* Log retention policy: Maximum log folder size (in MB) and maximum number of stored days.
Expand Down Expand Up @@ -611,7 +611,7 @@ The second pre-release of Mendix Workstation is available under the conditions o
#### Breaking Changes

* The new connector is incompatible with the previous releases. Your Mendix app must be refactored to adopt the new pattern.
* Due to the introduction of the Workspace, existing station configurations are deleted. Stations must be reconfigured.
* Due to the introduction of the workspace, existing station configurations are deleted. Stations must be reconfigured.
* The Workstation Management is no longer compatible with the Workstation Client version 2.0. Clients must be updated to version 2.1.

#### App Upgrade
Expand Down
13 changes: 7 additions & 6 deletions content/en/docs/workstation/management/wks-management-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,16 @@ Auto detecting card readers is enabled by default. You can toggle the **Detect C

### Developer Mode {#developer-mode}

Developer mode can be configured on the **Station** page by toggling **Enable Developer Mode**.
Developer mode can be configured on the **Station** page by selecting **Enable Developer Mode**.

When Developer Mode is enabled, users of the Workstation Client have access to:
Environments created with the Test environment type have developer mode enabled by default for easier testing. Changing the environment type after creation does not enable or disable developer mode. For more information about creating environments, see [Configuring Mendix Workstation Management](/mendix-workstation/management-config/).

* Quit the program from the start menu.
* Unlink the Workstation Client, allowing it to be registered to another station.
When developer mode is enabled, users of the Workstation Client can perform the following actions:

* Quit the program from the Start menu.
* Deregister the Workstation Client, allowing it to be registered to another station.
* Debug level live logs displayed in the Logs pane of the Workstation Client, even if the workspace's log level is set to a different level.
* Developer tools (accessible by pressing *Ctrl + Shift + I*).

{{% alert color="info" %}}
For production environments, it is strongly recommended to disable Developer Mode. This prevents Workstation operators from accidentally quitting or unlinking the Workstation Client and restricts access to debugging tools that are not needed in a live operational setting.
For production environments, it is strongly recommended to disable Developer Mode. This prevents Workstation operators from accidentally quitting or deregistering the Workstation Client, and restricts access to debugging tools that are not needed in a live operational setting.
{{% /alert %}}
Loading