US 549 /550

This commit is contained in:
2021-05-03 16:45:16 +02:00
parent 1616739b78
commit b6b473d54f
6 changed files with 10 additions and 11 deletions
@@ -49,9 +49,9 @@
<meta name="twitter:card" content="summary_large_image" />
{% endblock %}
{# {% if app.environment == "dev" %} #}
{# A ENLEVER EN PROD #}
<meta name="robots" content="noindex,nofollow">
{# {% endif %} #}
</head>
<body>
@@ -16,9 +16,10 @@
<!-- Required Meta Tags Always Come First -->
<meta charset="utf-8">
{# {% if app.environment == "dev" %} #}
{# A ENLEVER EN PROD #}
<meta name="robots" content="noindex,nofollow">
{# {% endif %} #}
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{% block meta %}
{% endblock %}
+1 -1
View File
@@ -80,7 +80,7 @@ twig:
globals:
push_public_key: "%push_params.public_key%"
fairlane_cookie_consent: '@fairlane_cookie_consent.twig'
version: '2.9.2'
version: '2.10.1'
@@ -229,8 +229,7 @@ class Ad
* @var array
*
* @ORM\Column(name="extra", type="json_document", nullable=true, options={"jsonb":true})
*
* @Groups({"ad_detail", "ad_list", "answer_detail", "company_detail"})
* @Groups({"ad_detail", "ad_list", "answer_detail", "company_detail","answer_list"})
*
*/
private $extra;
@@ -240,7 +239,7 @@ class Ad
*
* @ORM\Column(name="location", type="json_document", nullable=true, options={"jsonb":true})
*
* @Groups({"ad_detail", "ad_list","answer_detail", "company_detail"})
* @Groups({"ad_detail", "ad_list","answer_detail", "company_detail","answer_list"})
*/
private $location;
@@ -109,7 +109,7 @@ class Answer
* @var string
*
* @ORM\Column(name="status_reponse", type="string", length=255, nullable=true, options={"default":"A_TRAITER"})
*
* @Groups({"answer_detail","answer_list"})
*/
private $statusReponse ='A_TRAITER';
@@ -11,8 +11,7 @@ trait ExtraJsonTrait
* @var array
*
* @ORM\Column(name="extra", type="json_document", nullable=true)
*
* @Groups({"ad_detail" , "company_detail", "company_list"})
* @Groups({"answer_detail","answer_list", "ad_detail" , "company_detail", "company_list"})
*/
private $extra;