mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-01-11 16:18:40 +00:00
test fixes + new test data
This commit is contained in:
parent
00472a4982
commit
353eeba8ff
|
|
@ -36,7 +36,7 @@ class DepartmentTagSelectorPopupView extends View
|
|||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private string $id = '';
|
||||
public string $id = '';
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class DepartmentTagSelectorView extends View
|
|||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private string $id = '';
|
||||
public string $id = '';
|
||||
|
||||
/**
|
||||
* Dom name
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class PositionTagSelectorPopupView extends View
|
|||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private string $id = '';
|
||||
public string $id = '';
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class PositionTagSelectorView extends View
|
|||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private string $id = '';
|
||||
public string $id = '';
|
||||
|
||||
/**
|
||||
* Dom name
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class UnitTagSelectorPopupView extends View
|
|||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private string $id = '';
|
||||
public string $id = '';
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class UnitTagSelectorView extends View
|
|||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private string $id = '';
|
||||
public string $id = '';
|
||||
|
||||
/**
|
||||
* Dom name
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user