Skip to content

Fix Elements Sidebar export params #1467#1602

Open
MyPyDavid wants to merge 1 commit into
2.4.5/releasefrom
2.4.5/fix/export-url-queryparams-sidebar-1467
Open

Fix Elements Sidebar export params #1467#1602
MyPyDavid wants to merge 1 commit into
2.4.5/releasefrom
2.4.5/fix/export-url-queryparams-sidebar-1467

Conversation

@MyPyDavid
Copy link
Copy Markdown
Member

Description

Related issue: #1467

Tested it in local dev setup

Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
@MyPyDavid MyPyDavid added this to the RDMO 2.4.5 milestone May 7, 2026
@MyPyDavid MyPyDavid requested a review from jochenklar May 7, 2026 08:36
@MyPyDavid MyPyDavid self-assigned this May 7, 2026
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage is 94.901%2.4.5/fix/export-url-queryparams-sidebar-1467 into 2.4.5/release. No base build found for 2.4.5/release.

@jochenklar
Copy link
Copy Markdown
Member

Sorry, this is to much code for my taste. The same can be done with just:

  const exportParams = (isNil(elementId) && elementAction != 'nested') ? (
    isNil(config.filter) ? '' : getExportParams(config.filter[elementType])
  ) : (
    ''
  )

Copy link
Copy Markdown
Member

@jochenklar jochenklar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants