-
Notifications
You must be signed in to change notification settings - Fork 18
renaming qgis variables to mm_ #607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full name will be blank if not set, how about:
Co-authored-by: Tomas Mizera <tomas.mizera@lutraconsulting.co.uk>
good point, thanks! |
| `@mm_user_email` | `martin@example.com` | global | Email of the user currently logged in to <MainPlatformName />| | ||
| `@mm_url` | `https://app.merginmaps.com` | global | URL of the <MainPlatformName /> service | | ||
| `@mm_project_name` | `Tree survey` | project | Name of the active <MainPlatformName /> project | | ||
| `@mm_project_owner` | `martin` | project | Name of the owner of the active project | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this line, this is some old behaviour which is not supported anymore
| `@mm_project_owner` | `martin` | project | Name of the owner of the active project | |
| `@mm_url` | `https://app.merginmaps.com` | global | URL of the <MainPlatformName /> service | | ||
| `@mm_project_name` | `Tree survey` | project | Name of the active <MainPlatformName /> project | | ||
| `@mm_project_owner` | `martin` | project | Name of the owner of the active project | | ||
| `@mm_project_full_name` | `martin/Tree survey` | project | Owner and project name joined with a forward slash | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `@mm_project_full_name` | `martin/Tree survey` | project | Owner and project name joined with a forward slash | | |
| `@mm_project_full_name` | `martin/Tree survey` | project | Workspace and project name joined with a forward slash | |
fix #606
mergin_
tomm_
@mm_full_name
See: MerginMaps/mobile#3830