We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Contact object defines some macros:
macros = { 'CONTACTNAME': 'contact_name', 'CONTACTALIAS': 'alias', ... 'CONTACTGROUPNAME': 'get_groupname', 'CONTACTGROUPNAMES': 'get_groupnames' }
but the functions get_groupname and get_groupnames are not defined in the Contact class nor in the Item base class !
The text was updated successfully, but these errors were encountered:
Proposed PR: #1840
Sorry, something went wrong.
I will look at this soon
Olivier
2016-04-22 9:50 GMT+02:00 Frédéric MOHIER [email protected]:
Proposed PR: #1840 #1840 — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub #1839 (comment)
Proposed PR: #1840 #1840
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub #1839 (comment)
Very simple modification that is running perfectly on my instance ...
No branches or pull requests
The Contact object defines some macros:
but the functions get_groupname and get_groupnames are not defined in the Contact class nor in the Item base class !
The text was updated successfully, but these errors were encountered: