refactor(project): Renamed all instances of dafa to msfa or mina-sidor-fa. (TV-379)
Squashed commit of the following: commit d3f52ff6876f6e246c7d3c188e56cc2370289341 Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Aug 17 14:10:38 2021 +0200 Renamed all dafa instances to msfa
This commit is contained in:
28
mock-api/mina-sidor-fa/scripts/authorizations.js
Normal file
28
mock-api/mina-sidor-fa/scripts/authorizations.js
Normal file
@@ -0,0 +1,28 @@
|
||||
import faker from 'faker';
|
||||
|
||||
faker.locale = 'sv';
|
||||
|
||||
function generateAuthorizations() {
|
||||
return [
|
||||
{
|
||||
id: faker.datatype.uuid(),
|
||||
name: "Administrera behörigheter"
|
||||
},
|
||||
{
|
||||
id: faker.datatype.uuid(),
|
||||
name: "Ta emot deltagare"
|
||||
},
|
||||
{
|
||||
id: faker.datatype.uuid(),
|
||||
name: "Rapportering, planering och information om deltagare"
|
||||
},
|
||||
{
|
||||
id: faker.datatype.uuid(),
|
||||
name: "Administrera ordrar och fakturor",
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
export default {
|
||||
generate: generateAuthorizations,
|
||||
};
|
||||
Reference in New Issue
Block a user