19.3 fb issue38940 - #159
Merged
Merged
Conversation
…s in the field, rather than in the banner
labkey-tchad
requested changes
Nov 12, 2019
labkey-tchad
left a comment
Member
There was a problem hiding this comment.
In addition to the specific feedback, these tests should be renamed or broken up such that they test what they claim to be testing.
One method is testing blank field names, then we piggy-back a check for discouraged field names.
Another method is testing reserved names, then tacks on a check for duplicate field names as well as another check for discouraged field names.
Contributor
Author
|
Need clarity on why this is being held up |
labkey-tchad
approved these changes
Nov 14, 2019
labkey-tchad
left a comment
Member
There was a problem hiding this comment.
Sorry about the holdup. Looks good.
cnathe
added a commit
that referenced
this pull request
Jul 31, 2026
…ontainer's @scripts dir (#3133) ## Rationale LabKey/internal-issues#159 Assay transform scripts configured through the designer must now live in the design's own container `@scripts` directory (writable only by platform developers), enforced by a new validateScriptLocation() in the save path, with a site-wide deprecated feature flag as an escape hatch and a usage metric approximating how many existing designs are non-compliant. The Selenium page object switches the default addTransformScript(File) to file-upload mode, deleting any same-named leftover from `@scripts` first. ## Related Pull Requests - LabKey/platform#7895 - #3133 - LabKey/limsModules#2369 ## Changes - Selenium test updates to use file upload for addTransformScript - addTransformScript to check for and remove file from `@scripts` if it already exists
labkey-tchad
pushed a commit
that referenced
this pull request
Jul 31, 2026
…ontainer's @scripts dir (#3133) ## Rationale LabKey/internal-issues#159 Assay transform scripts configured through the designer must now live in the design's own container `@scripts` directory (writable only by platform developers), enforced by a new validateScriptLocation() in the save path, with a site-wide deprecated feature flag as an escape hatch and a usage metric approximating how many existing designs are non-compliant. The Selenium page object switches the default addTransformScript(File) to file-upload mode, deleting any same-named leftover from `@scripts` first. ## Related Pull Requests - LabKey/platform#7895 - #3133 - LabKey/limsModules#2369 ## Changes - Selenium test updates to use file upload for addTransformScript - addTransformScript to check for and remove file from `@scripts` if it already exists
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
restores field-level error and warning validation test coverage in Domain Designer.
adds synchronizing wait-for-error/warning methods to domainFieldRow