Add real TIS tag
This commit is contained in:
parent
46c3c656bc
commit
7a0629cf06
|
@ -29,6 +29,7 @@ class Dummy:
|
||||||
('A0000000000001', 'DT-AAAAA'),
|
('A0000000000001', 'DT-AAAAA'),
|
||||||
('A0000000000002', 'DT-BBBBB'),
|
('A0000000000002', 'DT-BBBBB'),
|
||||||
('A0000000000003', 'DT-CCCCC'),
|
('A0000000000003', 'DT-CCCCC'),
|
||||||
|
('04970DA2A15984', 'DT-BRRAB')
|
||||||
)
|
)
|
||||||
"""eTags to create."""
|
"""eTags to create."""
|
||||||
ORG = 'eReuse.org CAT', '-t', 'G-60437761', '-c', 'ES'
|
ORG = 'eReuse.org CAT', '-t', 'G-60437761', '-c', 'ES'
|
||||||
|
|
|
@ -128,6 +128,10 @@
|
||||||
{
|
{
|
||||||
"id": "tagA-secondary",
|
"id": "tagA-secondary",
|
||||||
"type": "Tag"
|
"type": "Tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "DT-BRRAB",
|
||||||
|
"type": "Tag"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "Desktop"
|
"type": "Desktop"
|
||||||
|
|
Reference in New Issue