Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
reebalazs committed Mar 28, 2024
1 parent 4a1ce73 commit 45f32ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/kitconcept/intranet/profiles/default/browserlayer.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<layers>
<layer interface="kitconcept.intranet.interfaces.IKitconceptIntranetLayer"
name="kitconcept.intranet"
name="kitconcept.intranet"
/>
</layers>
4 changes: 2 additions & 2 deletions src/kitconcept/intranet/profiles/default/catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<!-- Needed for additional_contact_info in Person content type -->

<index meta_type="FieldIndex"
name="contact_building"
name="contact_building"
>
<indexed_attr value="contact_building" />
</index>
<column value="contact_building" />

<index meta_type="FieldIndex"
name="contact_room"
name="contact_room"
>
<indexed_attr value="contact_room" />
</index>
Expand Down
8 changes: 4 additions & 4 deletions src/kitconcept/intranet/profiles/default/types/Person.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<object xmlns:i18n="http://xml.zope.org/namespaces/i18n"
meta_type="Dexterity FTI"
name="Person"
i18n:domain="collective.person"
meta_type="Dexterity FTI"
name="Person"
i18n:domain="collective.person"
>
<property name="behaviors"
purge="false"
purge="false"
>
<element value="kitconcept.intranet.demo.additional_contact_info" />
</property>
Expand Down

0 comments on commit 45f32ad

Please sign in to comment.