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
The read-only mechanism for submission form fields is no longer working. During the analysis of the cause of the error, I found that the SectionVisibility interface is no longer being used in DSpace CRIS 2024.02.00 (unlike in DSpace 8).
There are still references to attributes main and other of SectionVisibility
Problem Description
The read-only mechanism for submission form fields is no longer working. During the analysis of the cause of the error, I found that the
SectionVisibility
interface is no longer being used in DSpace CRIS 2024.02.00 (unlike in DSpace 8).There are still references to attributes
main
andother
ofSectionVisibility
dspace-angular/src/app/shared/form/builder/parsers/field-parser.ts
Line 385 in 6caf5a6
dspace-angular/src/app/shared/form/builder/parsers/field-parser.ts
Line 388 in 6caf5a6
The text was updated successfully, but these errors were encountered: