Go to file
Ali a915f82aed fix: match subtabs by translated label, not raw English key
tab_hierarchy stores raw (English) Tab Break labels, but Frappe renders
tab text through __(), so under AZ/RU the DOM text never equals the
hierarchy key and subtabs silently stay flat (e.g. E-Taxes Settings,
Bank Integration Profile). Doctypes with native-AZ labels were unaffected.

Compare DOM tab text against tr(key) at the matching boundary; keep all
internal bookkeeping (childToParentMap, data-subtab-name) in English so
clicks and parent-chain reveal stay consistent across languages.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-16 09:29:37 +00:00
custom_subtabs fix: match subtabs by translated label, not raw English key 2026-06-16 09:29:37 +00:00
.gitignore feat: Initialize App 2024-11-07 19:23:30 +00:00
ARCHITECTURE.md fixed subtabs for v16 2025-12-09 15:52:37 +04:00
README.md feat: Initialize App 2024-11-07 19:23:30 +00:00
license.txt feat: Initialize App 2024-11-07 19:23:30 +00:00
pyproject.toml feat: Initialize App 2024-11-07 19:23:30 +00:00

README.md

Custom Subtabs

Custom subtabs

License

unlicense