Added permission to permissions.rs
This commit is contained in:
parent
1b31677ab1
commit
66a91cead8
|
@ -8,6 +8,10 @@ pub mod modules {
|
||||||
pub mod list {
|
pub mod list {
|
||||||
pub const VIEW: &'static str = "modules.member_management.list.view";
|
pub const VIEW: &'static str = "modules.member_management.list.view";
|
||||||
}
|
}
|
||||||
|
pub mod iban_bic{
|
||||||
|
pub const VIEW: &'static str = "modules.member_management.iban_bic.view";
|
||||||
|
pub const EDIT: &'static str = "modules.member_management.iban_bic.edit";
|
||||||
|
}
|
||||||
pub mod groups {
|
pub mod groups {
|
||||||
pub const VIEW: &'static str = "modules.member_management.groups.view";
|
pub const VIEW: &'static str = "modules.member_management.groups.view";
|
||||||
pub const EDIT: &'static str = "modules.member_management.groups.edit";
|
pub const EDIT: &'static str = "modules.member_management.groups.edit";
|
||||||
|
|
Loading…
Reference in New Issue