Ghost/ghost/members-api
Fabien 'egg' O'Carroll 4a8ec62317 Added bulkEdit method to MemberRepository
refs https://github.com/TryGhost/Team/issues/946

This adds the bulk edit method which handles bulk edit operations to members
to be used by the filtering feature. They have been combined into a single method
as that is how they are exposed to the API. This is definitely a candidate for a
refactor in the form of a service in front of the repository.
2021-08-16 19:05:48 +01:00
..
lib Added bulkEdit method to MemberRepository 2021-08-16 19:05:48 +01:00
test Removed trailing commas from .eslintrc.js 2021-07-14 12:04:46 +01:00
.eslintrc.js Removed trailing commas from .eslintrc.js 2021-07-14 12:04:46 +01:00
.gitignore
index.js Fixed index.js require 2021-07-15 18:06:45 +01:00
package.json Added bulkEdit method to MemberRepository 2021-08-16 19:05:48 +01:00