You need to sign in or sign up before continuing.
269 implement workflow for signing already uploaded document dev
Merged
requested to merge 269-implement-workflow-for-signing-already-uploaded-document-dev into master
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
8+ 156
− 52
@@ -16,6 +24,9 @@ import {
@@ -16,6 +24,9 @@ import {
@@ -248,7 +259,23 @@ const handleIdentityLogin = (identity, uuid, token) => {
@@ -248,7 +259,23 @@ const handleIdentityLogin = (identity, uuid, token) => {
@@ -272,8 +299,12 @@ async function executeRestfulFunction(type, that, fn, config, ...args) {
@@ -272,8 +299,12 @@ async function executeRestfulFunction(type, that, fn, config, ...args) {
@@ -929,7 +960,82 @@ const connection = Penpal.connectToParent({
@@ -929,7 +960,82 @@ const connection = Penpal.connectToParent({
@@ -943,7 +1049,8 @@ const connection = Penpal.connectToParent({
@@ -943,7 +1049,8 @@ const connection = Penpal.connectToParent({
const response = await executeRestfulFunction("private", window.viamApi, window.viamApi.documentCreateDocument,
@@ -951,7 +1058,7 @@ const connection = Penpal.connectToParent({
@@ -951,7 +1058,7 @@ const connection = Penpal.connectToParent({
@@ -965,14 +1072,15 @@ const connection = Penpal.connectToParent({
@@ -965,14 +1072,15 @@ const connection = Penpal.connectToParent({
@@ -1052,64 +1160,34 @@ const connection = Penpal.connectToParent({
@@ -1052,64 +1160,34 @@ const connection = Penpal.connectToParent({
@@ -1118,7 +1196,7 @@ const connection = Penpal.connectToParent({
@@ -1118,7 +1196,7 @@ const connection = Penpal.connectToParent({
@@ -1129,10 +1207,36 @@ const connection = Penpal.connectToParent({
@@ -1129,10 +1207,36 @@ const connection = Penpal.connectToParent({