Skip to content

Commit dd7aa46

Browse files
committed
Remove validation for 852 in edition and edition_content because they have no 852
1 parent b24b2b9 commit dd7aa46

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

1- INTRODUCTION.rdoc

-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ How the Marc21 data is managed, and how the interaction between Marc records and
3232

3333
The behavior of the show/edit pages for Marc records is controlled in the config/editor_profiles directory, using the EditorConfiguration, which, on the base of the MarcConfig (described above), decide which/how tags are shown or edited.
3434

35-
Lastly, an implementation of METS (http://www.loc.gov/standards/mets) permits the linking of Digital Objects (Do* classes) to each source. For the moment, only linking and showing images (using DoFile and DoImage) is implemented, but the system is designed to accept othe media types.

config/editor_profiles/default/configurations/SourceValidation.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,12 @@
101101
#"773":
102102
# tags:
103103
# w: required
104-
"852":
104+
"852":
105+
tag_overrides:
106+
exclude:
107+
"x":
108+
- edition
109+
- edition_content
105110
tags:
106111
c: required
107112
x: mandatory

0 commit comments

Comments
 (0)