1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/src/lib/error
Christopher Kolstad b7b5f0caa0
fix: add constraint for changing project. (#1049)
- In order for a feature toggle to be allowed to change project, the
  target project must have the same enabled environments.
- If the feature toggle has an environment which is not in use that does
  not exist in target project, this is ok.

Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>

Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2021-10-21 10:29:09 +02:00
..
bad-data-error.ts Wip/environments (#880) 2021-07-07 10:46:50 +02:00
db-error.ts Wip/environments (#880) 2021-07-07 10:46:50 +02:00
feature-has-tag-error.ts feat: add ui-bootstrap endpoint (#790) 2021-04-20 12:32:02 +02:00
incompatible-project-error.ts fix: add constraint for changing project. (#1049) 2021-10-21 10:29:09 +02:00
invalid-operation-error.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
invalid-token-error.ts
name-exists-error.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
no-access-error.ts
notfound-error.ts feat: add ui-bootstrap endpoint (#790) 2021-04-20 12:32:02 +02:00
owasp-validation-error.ts
password-undefined.ts fix: handle password being undefined when validating (#809) 2021-04-27 15:35:10 +02:00
used-token-error.ts