mirror of
https://github.com/hay-kot/homebox.git
synced 2025-05-29 16:42:31 +00:00
feat: import export rewrite (#290)
* WIP: initial work * refactoring * fix failing JS tests * update import docs * fix import headers * fix column headers * update refs on import * remove demo status * finnnneeeee * formatting
This commit is contained in:
parent
a005fa5b9b
commit
a6bcb36c5b
41 changed files with 1616 additions and 796 deletions
|
@ -13,4 +13,10 @@ export class ActionsAPI extends BaseAPI {
|
|||
url: route("/actions/zero-item-time-fields"),
|
||||
});
|
||||
}
|
||||
|
||||
ensureImportRefs() {
|
||||
return this.http.post<void, ActionAmountResult>({
|
||||
url: route("/actions/ensure-import-refs"),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue