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
Sets a limit for XML exports from the clipboard. See the screenshot below for the alert shown when this limit is exceeded. This applies only to information object object XML exports from the clipboard (XML exports from the backend are not limited).
sarah-mason
added
the
Community
Pull requests that have been contributed from community members outside Artefactual
label
Jun 2, 2026
@danloveg I took a look through the PR and it mostly looks good! We were wondering if you'd be able to make export limit a variable that could be configured through the settings (and access it via sfConfig::get) rather than just making it a private variable so that it's possible to customize/change it.
@danloveg I took a look through the PR and it mostly looks good! We were wondering if you'd be able to make export limit a variable that could be configured through the settings (and access it via sfConfig::get) rather than just making it a private variable so that it's possible to customize/change it.
Hi @anvit, thanks for taking a look. That makes sense to me, I've added a new setting that can be accessed from the "Clipboard" section of the settings. The default value is 1000
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CommunityPull requests that have been contributed from community members outside Artefactual
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sets a limit for XML exports from the clipboard. See the screenshot below for the alert shown when this limit is exceeded. This applies only to information object object XML exports from the clipboard (XML exports from the backend are not limited).