Skip to main content
Skip table of contents

Web 3.7

Web 3.7.1

Features

Key

Description

1453

1421

The search bar can now be opened and closed by clicking on the search icon in the toolbar or using the shortcut CTRL+G. The functionality has also been optimized, including sending search queries to the server even while typing.

1464

The new module design supports automatic and dynamic resizing for buttons on the user interface.

Bugfixes

Key

Description

1361

Right-clicking outside of a data field (e.g., on the background of a mask) now displays the complete context menu.

1468

Texts and labels are now displayed correctly in the set language.

Web 3.7.0

Features

Key

Description

1382

1370

474

The web client now supports structures and their graphical representation. Specifically, this means:

  • The WBS (Work Breakdown Strukture) module is now functional. Boxes can currently be moved by pressing the SHIFT key and dragging the boxes with the mouse. PDF export is possible.

  • Subproject capability

  • The Structure Information module is available again.

The corresponding objects and functions are available by default with database version 26.1.0 and web client 3.7.0. If you want to use the functionality in an older database version,

please do the following:
  • Remove the following section in the /ppms/module_subclasses/project_other_modules.py file under call_or_focus_module_as_sub:

PY
       client_type = ppms.get_client_type()
       if client_type == ClientType.WEB and module_id == global_setting.get_global_setting_value(
                'edit_project_structure', 'alpha120'):
           protocol.open_subprojects(self.pr_id)
           return

  • Remove the following section in the /ppms/project_rights.py or ppms/project_rights/__init__.py file:

PY
    client_type = ppms.get_client_type()

    # See issue 1393
    if client_type == ClientType.WEB:
        psp_modules = (get_global_setting_value('show_psp', 'alpha120', default='009ACB'),
                       get_global_setting_value('structure_information', 'alpha120', default='009B98'))
        for mod in psp_modules:
            if mod not in disabled_subs:
                disabled_subs.append(mod)

206

The Password change function has been activated in the Web client. The corresponding menu item is available by default with Web client version 3.7.0 and database version 26.1.0.

1330

Page size settings for PDF export are supported: both integrated page sizes (A2-A5, Letter, Legal, Auto) and user-defined page sizes are possible.

Multi-language functionality for all format names, validation, and reporting for incorrect user-defined formats are supported.

1332

Button control for modules/dialog modules has been implemented.

Bug Fixes

Key

Description

645

1319

In the Simulation: Utilization module, errors in the visualization of utilization diagrams have been fixed. Remaining data and actual data are now correctly displayed as histogram bars, and the today line is shown.

1335

Labels on the vertical scale in the histogram are now placed closer to the reference line instead of being centered. This improves the readability of the scale labels.

1151

The Module Customizer now loads modules correctly again.

1316

The second plus button for inserting tasks displayed in the header row has been removed.

1345

Issues with opening and closing list boxes in the Module Customizer have been resolved.

1389

1390

In the Evaluation data area of the project core data, the Evaluate button is working correctly again. Selecting percentage values in the Objective evaluation dialog in this area is no longer causing status bar messages to be displayed permanently.

1399

The User Menu cannot be exported to Microsoft Excel. A corresponding dialog message is displayed.

1400

Since moving data fields ensures that a window does not become completely empty, at least one data field remains in each window.

1446

Scroll bars in large list boxes are again available.

1396

The wrongly displayed button labels have been hidden again.

1310

Automatic login no longer occurs after logging out of PLANTA.

1103

After logging out or deactivating OIDC, all cookies and sessions are deleted to prevent inconsistent OIDC sessions and login behavior.

1290

The display of vertical scale titles for PDF exports has been corrected.

1351

The incorrect highlighting of a data record triggered by CTRL + mouse movement and the drag-and-drop cursor display with CTRL + mouse movement - even if insertion was not permitted - have been deactivated.

1349

Closing a listbox (e.g., by clicking outside the listbox or selecting an item) no longer triggers text selection in the page content.

1104

OIDC error handling and user feedback have been improved.

1383

When scrolling with the mouse in a multi-line text field, the content of the field now scrolls along with it.

1183

Pressing CTRL + F repeatedly does not toggle the search function. If the search bar is already open, pressing the key combination repeatedly will refocus it and not close it.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.