Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unused attributes for javascript #48

Merged

Conversation

tom-hg57
Copy link
Collaborator

javascript/lang_pack.py tries to remove all unused attributes in run_template(). But removing in a for loop doesn't work. The use of filter fixes this.

@tom-hg57 tom-hg57 requested a review from m-mirz December 27, 2024 10:08
@m-mirz m-mirz merged commit b11c422 into sogno-platform:master Jan 5, 2025
14 checks passed
@tom-hg57 tom-hg57 deleted the fix-javascript-unused-attributes branch January 5, 2025 21:42
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.

2 participants