mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-14 23:38:42 +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
|
* @var string
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private string $id = '';
|
public string $id = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ class DepartmentTagSelectorView extends View
|
||||||
* @var string
|
* @var string
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private string $id = '';
|
public string $id = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dom name
|
* Dom name
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ class PositionTagSelectorPopupView extends View
|
||||||
* @var string
|
* @var string
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private string $id = '';
|
public string $id = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ class PositionTagSelectorView extends View
|
||||||
* @var string
|
* @var string
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private string $id = '';
|
public string $id = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dom name
|
* Dom name
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ class UnitTagSelectorPopupView extends View
|
||||||
* @var string
|
* @var string
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private string $id = '';
|
public string $id = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ class UnitTagSelectorView extends View
|
||||||
* @var string
|
* @var string
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private string $id = '';
|
public string $id = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dom name
|
* Dom name
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user