mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 02:37:02 +00:00
Updated resources
This commit is contained in:
@@ -1688,7 +1688,15 @@ try {
|
||||
$key = $activity_invitation_key;
|
||||
}
|
||||
|
||||
$obj_array["{$value}"] = $this->transformId($key, $obj->{$value});
|
||||
if($class == 'App\Models\Activity'){
|
||||
|
||||
if(isset($this->ids[$key][$obj->{$value}]))
|
||||
$obj_array["{$value}"] = $this->ids[$key][$obj->{$value}];
|
||||
}
|
||||
else {
|
||||
$obj_array["{$value}"] = $this->transformId($key, $obj->{$value});
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1995,7 +2003,7 @@ try {
|
||||
return null;
|
||||
}
|
||||
|
||||
if($resource == 'tasks' && in_array($old, ['WjnegnldwZ','kQBeX5layK'])) {
|
||||
if($resource == 'tasks' && in_array($old, ['WjnegnldwZ','kQBeX5layK','MVyb895dvA','OpnelpJeKB'])) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
104
public/build/assets/app-8ade2cf8.js
vendored
Normal file
104
public/build/assets/app-8ade2cf8.js
vendored
Normal file
File diff suppressed because one or more lines are too long
104
public/build/assets/app-e5ec2fdc.js
vendored
104
public/build/assets/app-e5ec2fdc.js
vendored
File diff suppressed because one or more lines are too long
@@ -12,7 +12,7 @@
|
||||
"file": "assets/wait-8f4ae121.js"
|
||||
},
|
||||
"resources/js/app.js": {
|
||||
"file": "assets/app-e5ec2fdc.js",
|
||||
"file": "assets/app-8ade2cf8.js",
|
||||
"imports": [
|
||||
"_index-08e160a7.js",
|
||||
"__commonjsHelpers-725317a4.js"
|
||||
|
||||
Reference in New Issue
Block a user