Added new actor dialog to admin panel, removed create mode from actor edit page.
This commit is contained in:
@@ -548,6 +548,7 @@ function curateActorEntry(actor, context) {
|
||||
slug: slugify(actor.name),
|
||||
entry_id: nanoid(), // allows for manual creation of multiple actors with the same name
|
||||
gender: actor.gender,
|
||||
allow_global_match: actor.allowGlobalMatch,
|
||||
comment: context?.comment,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user