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

pkp/pkp-lib#9996 Initial attempt to ignore hidden fields for validate… #357

Merged
merged 4 commits into from
Jun 13, 2024

Conversation

jardakotesovec
Copy link
Collaborator

…Required

* @param {Object} field One of this.fields
* @return {Boolean}
*/
export function shouldShowFieldWithinGroup(field, allFields) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

allFields doesn't have a JSDoc comment above.

* @param {Object} group One of this.groups
* @return {Boolean}
*/
export function shouldShowGroup(group, fields) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fields doesn't have a JSDoc comment above.

@jardakotesovec jardakotesovec merged commit 655e37f into pkp:main Jun 13, 2024
3 of 4 checks passed
@jardakotesovec jardakotesovec deleted the i9996 branch June 13, 2024 08:49
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