Skip to content
Snippets Groups Projects
Commit 32dddf87 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

better logging, respect line breaks in desc.

parent 76080393
No related branches found
No related tags found
2 merge requests!1157Release,!1156Import Octopus users manually
Pipeline #19909 passed
......@@ -313,7 +313,7 @@ class PeopleGroupImporter(ImporterMixin):
def perform_import(self):
logger.info(
"Started Octopus person sync for page %s", self.people_parent_page_id
"Started Octopus person sync for DistrictPeoplePage %s", self.people_parent_page_id
)
try:
......@@ -487,7 +487,7 @@ class PeopleTeamImporter(ImporterMixin):
def perform_import(self):
logger.info(
"Started Octopus person sync for page %s", self.people_parent_page_id
"Started Octopus person sync for DistrictPeoplePage %s", self.people_parent_page_id
)
try:
......@@ -677,7 +677,7 @@ class PersonImporter(ImporterMixin):
return person
def perform_import(self):
logger.info("Started Octopus person sync for page %s", self.person_page_id)
logger.info("Started Octopus person sync for DistrictManualOctopusPersonPage %s", self.person_page_id)
try:
prirotizied_profiles = []
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -21,7 +21,13 @@
xl:mb-24 xl:mr-2 xl:pr-40
"
>
<div class="prose [&_p]:leading-7 [&_p]:text-black [&_p]:text-lg max-w-[100ch]">
<div
class="
prose max-w-[100ch]
[&_p]:leading-7 [&_p]:text-black [&_p]:text-lg [&_p]:whitespace-pre-line
"
>
{% if page.perex %}
<p class="mb-4">
{{ page.perex }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment