You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In urlhelper.url() if self.in_project is not None, the url will automatically become a paste url (twodo://x-callback-url/paste?...) instead of an add url (twodo://x-callback-url/add?...). This behavior is wrong. The decision for a paste- or an add-url should be intentionally made by the caller via a call argument like url_type=TwoDoTask.ADD_URL or url_type=TwoDoTask.PASTE_URL.
The text was updated successfully, but these errors were encountered:
In
urlhelper.url()
ifself.in_project
is not None, the url will automatically become a paste url (twodo://x-callback-url/paste?...
) instead of an add url (twodo://x-callback-url/add?...
). This behavior is wrong. The decision for a paste- or an add-url should be intentionally made by the caller via a call argument likeurl_type=TwoDoTask.ADD_URL
orurl_type=TwoDoTask.PASTE_URL
.The text was updated successfully, but these errors were encountered: