You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: enhance variable placeholder regex to support nested dot-path notation (Walkover-Web-Solution#1311)
- Update _OBJECT_FULL_RE to support multi-level nested paths (e.g., footerButton.actionData.type)
- Update _INLINE_RE to handle complex paths with both dot notation and array indexing
- Simplify object path resolution by using _get_path_value for all nested paths
- Refactor inline substitution fallback to use simple root key lookup instead of indexed resolver
0 commit comments