Skip to content

[LINST Class] Q1K-specific linst class#10478

Closed
adamdaudrich wants to merge 4 commits intoaces:mainfrom
adamdaudrich:2026-05-01_Q1K-specific_Linst_class
Closed

[LINST Class] Q1K-specific linst class#10478
adamdaudrich wants to merge 4 commits intoaces:mainfrom
adamdaudrich:2026-05-01_Q1K-specific_Linst_class

Conversation

@adamdaudrich
Copy link
Copy Markdown
Contributor

Brief summary of changes

  • Have you updated related documentation?

  • Typically fields with substring _status are not loaded to the front end

  • This code creates exceptions so that the data dictionary matching code can successfully complete and the Redcap Records import can continue

Testing instructions (if applicable)

Link(s) to related issue(s)

  • Resolves # (Reference the issue this fixes, if any.)

@github-actions github-actions Bot added the Language: PHP PR or issue that update PHP code label May 1, 2026
@adamdaudrich adamdaudrich changed the title 2026 05 01 q1 k specific linst class [LINST Class] Q1K-specific linst class May 1, 2026
@adamdaudrich
Copy link
Copy Markdown
Contributor Author

alternatively I would have just
if (str_ends_with($fieldName, '_status')) {
continue;
}

ie if it ends with _status, continue.

@ridz1208 ridz1208 closed this May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Language: PHP PR or issue that update PHP code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants