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
There look to be discrepancies between Concept rank level:name pairs in the DB with those deemed permissible via /v1/concept/ranks. I happened to hit this issue using the Concept below and have no idea if this is one-off or not.
The following entry is not in the return for /v1/concept/ranks:
{
"rankLevel": "infra",
"rankName": "kingdom"
}
I plead layman's ignorance as to who is right.
CAVEATS:
I am using the latest DB that is included with the m3-quickstart. It may be this is not a real production issue.
I actually hit this with a different Concept a few days ago, but discovered that was due to my using a DB I had done interim development against, and the issue then was a previous allowance of creating invalid rank level:name pairs (this was before the ranks call was implemented). I reloaded all of m3-quickstart at that time to "clear" the issue, but alas, hit it again, this time without any front-end shenanigans.
The text was updated successfully, but these errors were encountered:
There look to be discrepancies between Concept
rank level:name
pairs in the DB with those deemed permissible via/v1/concept/ranks
. I happened to hit this issue using the Concept below and have no idea if this is one-off or not.To reproduce, use Concept
Heterokonta
:GET
/v1/concept/Heterokonta
:The following entry is not in the return for
/v1/concept/ranks
:I plead layman's ignorance as to who is right.
CAVEATS:
rank level:name
pairs (this was before theranks
call was implemented). I reloaded all of m3-quickstart at that time to "clear" the issue, but alas, hit it again, this time without any front-end shenanigans.The text was updated successfully, but these errors were encountered: