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
## What is the goal of this PR?
This PR introduces the changes required to support Grakn 1.8. Addinitially, users are now notified via an error notification, when they try to explain an inferred concept, whose corresponding rule definition contains at least one unassigned relation within the rule's `when` body.
This PR also marks the `1.3.0` release of Workbase.
## What are the changes implemented in this PR?
resolves#290
Following graknlabs/client-nodejs@b85668f
- added query option `{ explain: true }`
- `dataType` to `valueType`
- `datatype` to `value`
- `date` to `datetime`
- removing all references to `isImplicit`
- bump `client-nodejs` and `grakn-core` dependencies
'The rule `when` definition for this inferred concept contains at least one unassigned relation. At the moment explanation cannot be provided for such a rule.',
244
+
);
260
245
}else{
261
-
commit('setGlobalErrorMsg','The transaction has been refreshed since the loading of this node and, as a result, the explaination is incomplete.');
0 commit comments