You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently user cannot adopt a cache if she/he comes under OC Team verification. With given high limit (99999999) every user comes under verifiication so nobody can adopt a cache. There are no separate limits for a cache publication and adoption, it looks like there should be ones.
OCNA users report being denied adoptions.
The "cache adoption" page displayes the banner:
If the user selects one of his/her own cache to put up for adoption one gets the error:
Tested with multiple users and contexts.
Note (not sure if relevant):
OCNA has the following rules:
$NEED_FIND_LIMIT=-1;
$NEED_APPROVE_LIMIT = 99999999;
On OCRO I could not reproduce the behavious, with the followind difference in config:
$NEED_APPROVE_LIMIT = 0;
If I set on OCRO $NEED_APPROVE_LIMIT to the same value as OCNA, I get the same problem.
AFAIK cache approval is for publishing new caches, I don't see why it blocks adoption like this.
The text was updated successfully, but these errors were encountered: