ken
ken
Have a model like this schema.type('edge', { from: 'Task', to: ['Task'] }) Then when using let plan = Plan.link( { Task: "2320844", Task: "2273357" } ) Get Error message, Error:...
For this usecase let query = Comment.find() .outbound('user', 'eddie', {}) .return(orango.return.distinct()) Get Error Message can not find id of undefined. Problem is at roboncode/orango/blob/master/lib/helpers/queryToAQL.js Line 120, AQB.expr( `${query.vertex.direction} '${ModelCls.collectionName}/${ query.outbound.id...
# Info For the accept property, if there is a white space in front of the MINE Type, it will give invalid type error message. Example: - `accept="application/pdf, image/png"` will...
### Describe the bug For the accept property, currently it's case-insensitive when filter, but case-sensitive when upload. we should make it case-insensitive for both, since both windows and Mac operating...
# Info In the Angular documentation, both Angular and React have an `onClose` function defined, but the buttons in the html code use the `onClick` function instead of `onClose` ##...
# Acceptance Criteria 1. Show count option should be removed - it doesn't exist anymore 2. React code changes: - `GoATextarea` should be `GoATextArea` - `onChange` function should say `function...
# Info **IMPORTANT**: This is an Angular only issue If `icon` is set dynamically for Icon Button, loading the page from another page the icon does not show up. If...
# Info If you go to the Dropdown [page](https://design.alberta.ca/components/dropdown#tab-0) on our website, and in the Sandbox select Filterable. It sets the code as such: ```html ``` Either `[filterable]` needs to...
Summary: A new issue was found in the refund flow. When an invoice is approved and the invoice reference has a pending credit invoice link, an error message occurs. Steps...