mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
bitbake: toaster: importlayer Add git revision typeahead to that input field
Add the front end mechanism to load the typeahead for the git revision field on importing a layer. Also fix one indentation issue and update the js test. (Bitbake rev: 28114be42174095b812a93d4b5a0e01e953d74f8) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
97ff2c0091
commit
23ad2a8ca0
@@ -144,7 +144,7 @@ QUnit.test("Make typeaheads", function(assert){
|
||||
/* Page init functions */
|
||||
|
||||
QUnit.test("Import layer page init", function(assert){
|
||||
assert.throws(importLayerPageInit());
|
||||
assert.throws(importLayerPageInit({ xhrGitRevTypeAheadUrl: "url" }));
|
||||
});
|
||||
|
||||
QUnit.test("Project page init", function(assert){
|
||||
|
||||
Reference in New Issue
Block a user