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 contains operator RSOD if created field is accessed #8931

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

pmario
Copy link
Member

@pmario pmario commented Feb 4, 2025

This PR fixes #8918

@Jermolene -- This mechanism is slightly slower than the existing code, because it converts the array to a string and then back to an array. But it will also avoid future problems if we would ever change $tw.Tiddler.fieldModules again.

Copy link

github-actions bot commented Feb 4, 2025

Confirmed: pmario has already signed the Contributor License Agreement (see contributing.md)

Copy link

netlify bot commented Feb 4, 2025

Deploy Preview for tiddlywiki-previews ready!

Name Link
🔨 Latest commit 75507f0
🔍 Latest deploy log https://app.netlify.com/sites/tiddlywiki-previews/deploys/67a1d3fec7b21b0008e7e9ae
😎 Deploy Preview https://deploy-preview-8931--tiddlywiki-previews.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Jermolene
Copy link
Member

Thanks @pmario and apologies for the delay.

@Jermolene Jermolene merged commit 2a2d998 into TiddlyWiki:master Feb 14, 2025
8 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.

[BUG] The 'contains' operator throws RSOE when used with non-list field
2 participants