Newly added files are also supported for patching now
Publish PHP Package / docker (push) Successful in 6s
Details
Publish PHP Package / docker (push) Successful in 6s
Details
This commit is contained in:
parent
4c482ee26f
commit
df8a59f15b
|
@ -134,7 +134,7 @@ class ConfigUpdateResult
|
|||
{
|
||||
return ($this->request->mode == ConfigUpdateMode::Selected ||
|
||||
$this->request->mode === ConfigUpdateMode::DetectChanged) &&
|
||||
count(array_filter($this->added_files, fn($f) => config_is_file($f))) == 0 &&
|
||||
//TODO: support removed files as well?
|
||||
count(array_filter($this->removed_files, fn($f) => config_is_file($f))) == 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue