-
I have a hasMany relationship on a model:
``` js
// models/feature.js
export default DS.Model.extend({
stages: DS.hasMany('stage', {
async: true
}),
});
```
``` js
// models/stage.js
export…
-
```
What steps will reproduce the problem?
1. In the medical record, open the revision manager
2. Don't select a revision and click on "load this revision"
What is the expected output? What do you se…
-
```
> The description of ServiceRecord.setAttributeValue states:
>
> "[...] In order for any changes made by this method to be reflected in
> the SDDB, a call must be made to the acceptAndOpen() meth…
-
```
What steps will reproduce the problem?
1. Disable Bluetooth on a device
2. Run the BlueCove tests
3. A RuntimeException will be thrown saying "BluetoothStack not detected"
What is the expected ou…
-
```
As Vlad Skarzhevskyy wrote in a email to bluecove-developers:
> I run automatic comparison of BlueCove with one from sun WTK. The list
> of differences follows. My suggestion is to implement all …
-
Apologies if this has been asked before (couldn't find anything specific), but what is the rationale for using PUT instead of PATCH in the ActiveModelAdapter for updateRecord?
As far as I understand,…
Fryie updated
9 years ago
-
```
What steps will reproduce the problem?
1. Try and run avetanaOBEX with bluecove
2. Get error because the ContentConnection interface is missing.
What version of the product are you using? On what…
-
```
As Vlad Skarzhevskyy wrote in a email to bluecove-developers:
> I run automatic comparison of BlueCove with one from sun WTK. The list
> of differences follows. My suggestion is to implement all …
-
```
What steps will reproduce the problem?
1. Disable Bluetooth on a device
2. Run the BlueCove tests
3. A RuntimeException will be thrown saying "BluetoothStack not detected"
What is the expected ou…
-
after some vertex and edge operation. When I commit the OrentGraph, I get assert error:
some of the threads stack is:
Thread-6@4543 daemon, prio=6, in group 'main', status: 'RUNNING'
at org.ap…