Bugfix: Corrected copy/paste error in permissions

This commit is contained in:
Keanu D?lle 2020-12-30 15:10:55 +01:00
parent 8e67c0428e
commit 715a164a2b

View File

@ -88,7 +88,7 @@ pub mod modules {
pub const DELETE: &'static str = "modules.units.delete";
pub mod members {
pub const VIEW: &'static str = "modules.units.members.view";
pub const EDIT: &'static str = "modules.units.members.view";
pub const EDIT: &'static str = "modules.units.members.edit";
}
}
}