Eloy Fernández Franco

Results 6 comments of Eloy Fernández Franco

Hi @sivcan No I mean... I have a workspace with its own set of global variables, to use them on newman I have to save them as a json file,...

Hi @codenirvana. I prefer continue using the `--globals` flag to pass it the path to the json file with all the globals vars. But it could be great can use...

Finally I added a json file with my global config to the server, and then I run newman using the flag `--globals` and passing the path to the json file....

Hello Natan, thank you for your fast answer. Upppssss!!! you are right... the arduino wasn´t right set up. But... regret a lot, for taking... when I send the first message...

I think you should to add permission, doing something like this: ``` permission := roles.Allow(roles.CRUD, "Admin") Admin.AddMenu(&admin.Menu{Name: "User Management", Priority: 3, Permission: permission}) user := Admin.AddResource(&users.User{}, &admin.Config{Menu: []string{"User Management"}}) ```...