Skip to content

Conversation

daigles
Copy link
Contributor

@daigles daigles commented Feb 26, 2016

…uests

"""Wrapper for ensure_support"""
return self._ensure_support({
'version': (6, 3, 11),
'label': 'project parameter'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Label needs to be updated.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes! Plan is to update before merging...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The string with the label says project parameter. It should be something for the presets. Just making sure that's the bit you were planning on updating before a merge.

@manneohrstrom
Copy link
Contributor

CR done! Minor comments only from me!

'label': 'project parameter'
}, True)

def ensure_support_for_additional_server_presets(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be "additional_filter_presets".

def find(self, entity_type, filters, fields=None, order=None,
filter_operator=None, limit=0, retired_only=False, page=0,
include_archived_projects=True):
include_archived_projects=True, additional_filter_presets=None):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be added to find_one as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point! Added!

robblau and others added 4 commits April 5, 2016 20:41
…com/shotgunsoftware/python-api into 35229_add_additional_server_presets

# By Neil Grey (4) and others
# Via Rob Blau (2) and others
* '35229_add_additional_server_presets' of https://github.com/shotgunsoftware/python-api:
  shotgun.py: optional extra_auth_params added to Config object
  For #35620 - Enable Slack notifications
  Bump version to v3.0.30.dev
  Reverts image upload default field name change.
  Bumping master to 3.0.29.dev
  Prepping for release of 3.0.28
  For #35260 : Adding classmethods to SgTimezone for nested class backwards compatability, as well as docstrings to better explain the module
  For #35260: Refactoring scoping of sgtimezone so that dates are picklable and convertable
@thebeeland thebeeland merged commit 527bb40 into master May 18, 2016
@thebeeland thebeeland deleted the 35229_add_additional_server_presets branch May 18, 2016 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants