Se eliminaron directivas

This commit is contained in:
Team1 2023-04-25 19:36:59 +00:00
parent 689802f456
commit 6b28854ee3
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ t-meta: this?.new?.type == "Meta" && this?.old?.status != "Living"
t-core: this?.new?.category == "Core" && this?.old?.status != "Living"
t-networking: this?.new?.category == "Networking" && this?.old?.status != "Living"
t-interface: this?.new?.category == "Interface" && this?.old?.status != "Living"
t-dcrc: this?.new?.category == "DCRC" && this?.old?.status != "Living"
# Living DCIPs & DCIP Template
t-process: this?.old?.status == "Living" || this?.old?.title == "<The DCIP title is a few words, not a complete sentence>"