Skip to content

Commit 240d413

Browse files
committed
Remove attachments behaviour
Signed-off-by: Pal Hewlett <phewlett76@gmail.com>
1 parent 1060bcc commit 240d413

22 files changed

+11
-46
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ asset or event is confirmed before returning.
281281
description: Create an empty radiation bag with id 1.
282282
asset_label: radiation bag 1
283283
behaviours:
284-
- Attachments
285284
- RecordEvidence
286285
attributes:
287286
arc_display_name: radiation bag 1

archivist/assets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ def create_if_not_exists(
185185
- arc_display_name
186186
behaviours
187187
- RecordEvidence
188-
- Attachments
189188
attributes:
190189
arc_display_name: RKVST Front Door
191190
arc_firmware_version: "1.0"

archivist/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# These are now hardcoded and not user-selectable. Eventually they will be removed from
1111
# the backend API and removed from this package.
1212
ASSET_BEHAVIOURS = [
13-
"Attachments",
1413
"RecordEvidence",
1514
]
1615

archivist/notebooks/Check Asset Compliance using CURRENT OUTSTANDING Policy.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@
340340
" \"identity\": \"assets/652b3fdf-736e-455f-81ec-fed5088a351c\",\n",
341341
" \"behaviours\": [\n",
342342
" \"AssetCreator\",\n",
343-
" \"Attachments\",\n",
344343
" \"RecordEvidence\",\n",
345344
" \"Builtin\"\n",
346345
" ],\n",
@@ -363,7 +362,6 @@
363362
" \"identity\": \"assets/652b3fdf-736e-455f-81ec-fed5088a351c\",\n",
364363
" \"behaviours\": [\n",
365364
" \"AssetCreator\",\n",
366-
" \"Attachments\",\n",
367365
" \"RecordEvidence\",\n",
368366
" \"Builtin\"\n",
369367
" ],\n",

archivist/notebooks/Check Asset Compliance using SINCE Policy.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@
287287
" \"RecordEvidence\",\n",
288288
" \"Builtin\",\n",
289289
" \"AssetCreator\",\n",
290-
" \"Attachments\"\n",
291290
" ],\n",
292291
" \"attributes\": {\n",
293292
" \"arc_description\": \"Traffic flow control light at A603 North East\",\n",
@@ -310,7 +309,6 @@
310309
" \"RecordEvidence\",\n",
311310
" \"Builtin\",\n",
312311
" \"AssetCreator\",\n",
313-
" \"Attachments\"\n",
314312
" ],\n",
315313
" \"attributes\": {\n",
316314
" \"arc_description\": \"Traffic flow control light at A603 North East\",\n",

archivist/notebooks/Create Artist and Album Release Info.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@
188188
"Asset {\n",
189189
" \"identity\": \"assets/17a59a16-3d5c-4d58-8ea6-1b86465ff32f\",\n",
190190
" \"behaviours\": [\n",
191-
" \"Attachments\",\n",
192191
" \"RecordEvidence\",\n",
193192
" \"Builtin\",\n",
194193
" \"AssetCreator\"\n",

archivist/notebooks/Create Event with Verified Domain.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@
268268
" \"behaviours\": [\n",
269269
" \"Builtin\",\n",
270270
" \"AssetCreator\",\n",
271-
" \"Attachments\",\n",
272271
" \"RecordEvidence\"\n",
273272
" ],\n",
274273
" \"chain_id\": \"827586838445807967\",\n",

archivist/notebooks/Find Artist and Additional Album Release Info.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@
184184
" \"RecordEvidence\",\n",
185185
" \"Builtin\",\n",
186186
" \"AssetCreator\",\n",
187-
" \"Attachments\"\n",
188187
" ],\n",
189188
" \"attributes\": {\n",
190189
" \"genre\": \"Soul\",\n",

archivist/notebooks/Find Artist and Create Cover Art.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@
219219
" \"RecordEvidence\",\n",
220220
" \"Builtin\",\n",
221221
" \"AssetCreator\",\n",
222-
" \"Attachments\"\n",
223222
" ],\n",
224223
" \"attributes\": {\n",
225224
" \"arc_display_name\": \"Adele Laurie Blue Adkins\",\n",

archivist/notebooks/Sharing Album Release Info with Record Labels.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@
193193
" \"subjects/34b291c3-30f4-4d89-9ec7-85f57354f798\"\n",
194194
" ],\n",
195195
" \"behaviours\": [\n",
196-
" \"Attachments\",\n",
197196
" \"RecordEvidence\"\n",
198197
" ],\n",
199198
" \"include_attributes\": [],\n",

0 commit comments

Comments
 (0)