ccswbs / testing

Testcafe-based test suite for hjckrrh.
GNU General Public License v3.0
0 stars 1 forks source link

Resolve issue with Services module and Actions.CreateTerm #35

Closed nevantan closed 7 years ago

nevantan commented 7 years ago

Services module currently returns a status code rather than a term ID. We need to either reimplement Actions.CreateTerm to deal with the API's current behavior or patch the Services module to return the term id instead.

nevantan commented 7 years ago

We decided to fix the patch from drupal.org, reroll the patch, and store it locally for our makefile.

nevantan commented 7 years ago

Find the patch file and create a separate branch/pull request.