mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 00:06:55 +02:00
Fix issue processwire/processwire-issues#1136 plus some other minor unrelated adjustments
This commit is contained in:
@@ -41,6 +41,8 @@ class Fieldgroup extends WireArray implements Saveable, Exportable, HasLookupIte
|
||||
|
||||
/**
|
||||
* Any fields that were removed from this instance are noted so that Fieldgroups::save() can delete unused data
|
||||
*
|
||||
* @var FieldsArray|null
|
||||
*
|
||||
*/
|
||||
protected $removedFields = null;
|
||||
|
Reference in New Issue
Block a user