Skip to content

HRApplication Improvements

Adarnof requested to merge hrapp into master

Implements a more robust permission system.

  • accept_application and reject_application permissions created for Application model
  • obeys add_ and delete_ permissions for Application and ApplicationComment models

Removed API key fields from application, instead populating with the current EveApiKeyPair set associated with the user.

Addresses #293 (closed) Follows up on #196 (closed)

Merge request reports