Skip to content

Fix: add obfuscation handling for dependencies in ColumnDepends#4072

Merged
djmitche merged 2 commits intoGothenburgBitFactory:developfrom
Manar-Elhabbal7:obfuscate-deps-fix
Mar 9, 2026
Merged

Fix: add obfuscation handling for dependencies in ColumnDepends#4072
djmitche merged 2 commits intoGothenburgBitFactory:developfrom
Manar-Elhabbal7:obfuscate-deps-fix

Conversation

@Manar-Elhabbal7
Copy link
Copy Markdown
Contributor

Description

Prevent rc.obfuscate=1 from hiding dependency IDs.
All string columns are obfuscated except depends.

Changes

Updated ViewTask::render() to skip obfuscation for depends.

Fixes #4049

After test by adding tasks which depend of each other this will be the result :

Screenshot from 2026-03-10 00-00-00

Copy link
Copy Markdown
Collaborator

@djmitche djmitche left a comment

Choose a reason for hiding this comment

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

Awesome, nice fix! Thank you!

@djmitche djmitche merged commit 54df6a8 into GothenburgBitFactory:develop Mar 9, 2026
16 checks passed
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.

rc.obfuscate=1 should not obfuscate dependencies

2 participants