polish detail pages (#1817)
This commit is contained in:
@@ -141,14 +141,6 @@ class Activity implements EntityWithMetaFields
|
||||
return $this->visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated since 1.4
|
||||
*/
|
||||
public function getVisible(): bool
|
||||
{
|
||||
return $this->visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Collection|MetaTableTypeInterface[]
|
||||
*/
|
||||
|
||||
@@ -240,14 +240,6 @@ class Customer implements EntityWithMetaFields
|
||||
return $this->visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated since 1.4
|
||||
*/
|
||||
public function getVisible(): bool
|
||||
{
|
||||
return $this->visible;
|
||||
}
|
||||
|
||||
public function setCompany(?string $company): Customer
|
||||
{
|
||||
$this->company = $company;
|
||||
|
||||
@@ -192,14 +192,6 @@ class Project implements EntityWithMetaFields
|
||||
return $this->visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated since 1.4, use isVisible() instead
|
||||
*/
|
||||
public function getVisible(): bool
|
||||
{
|
||||
return $this->visible;
|
||||
}
|
||||
|
||||
public function getOrderNumber(): ?string
|
||||
{
|
||||
return $this->orderNumber;
|
||||
|
||||
@@ -26,6 +26,7 @@ final class IconExtension extends AbstractExtension
|
||||
'back' => 'fas fa-long-arrow-alt-left',
|
||||
'calendar' => 'far fa-calendar-alt',
|
||||
'clock' => 'far fa-clock',
|
||||
'comment' => 'far fa-comment',
|
||||
'configuration' => 'fas fa-cogs',
|
||||
'copy' => 'far fa-copy',
|
||||
'create' => 'far fa-plus-square',
|
||||
|
||||
Reference in New Issue
Block a user