update
This commit is contained in:
parent
7a8cf5f7bd
commit
a5388c0138
@ -132,7 +132,7 @@
|
||||
*/
|
||||
public function sceneAdd()
|
||||
{
|
||||
return $this->remove('id', true);
|
||||
return $this->remove('id', true)->remove('flow_id', true)->remove('path', true);
|
||||
}
|
||||
|
||||
|
||||
@ -144,6 +144,7 @@
|
||||
*/
|
||||
public function sceneEdit()
|
||||
{
|
||||
return $this->remove('flow_id', true)->remove('path', true);
|
||||
}
|
||||
|
||||
|
||||
|
@ -100,7 +100,7 @@
|
||||
*/
|
||||
public function sceneAdd()
|
||||
{
|
||||
return $this->remove('id', true);
|
||||
return $this->remove('id', true)->remove('flow_id', true)->remove('path', true);
|
||||
}
|
||||
|
||||
|
||||
@ -112,6 +112,7 @@
|
||||
*/
|
||||
public function sceneEdit()
|
||||
{
|
||||
return $this->remove('flow_id', true)->remove('path', true);
|
||||
}
|
||||
|
||||
|
||||
|
@ -101,7 +101,7 @@
|
||||
*/
|
||||
public function sceneAdd()
|
||||
{
|
||||
return $this->remove('id', true);
|
||||
return $this->remove('id', true)->remove('flow_id', true)->remove('path', true);
|
||||
}
|
||||
|
||||
|
||||
@ -113,6 +113,7 @@
|
||||
*/
|
||||
public function sceneEdit()
|
||||
{
|
||||
return $this->remove('flow_id', true)->remove('path', true);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user