We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc3b59 commit 716ffcfCopy full SHA for 716ffcf
codegen/pyadritem.txt
@@ -114,7 +114,7 @@ class Item:
114
def url(self):
115
"""URL corresponding to the item"""
116
if self.serverobj.get_URL() is not None and self.item.guid is not None:
117
- self._url = self.serverobj.get_URL() + "/reports/report_display/?usemenus=off&query=A%7Ci_guid%7C%eq%7C"
+ self._url = self.serverobj.get_URL() + "/reports/report_display/?usemenus=off&query=A%7Ci_guid%7Ceq%7C"
118
self._url += str(self.item.guid)
119
else:
120
self._url = None
0 commit comments