Skip to content

Commit

Permalink
Rename __multilineItemListFormField template to `shared_multilineIt…
Browse files Browse the repository at this point in the history
…emListFormField`
  • Loading branch information
Cyperghost committed Apr 25, 2024
1 parent 7966721 commit 9252f77
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 45 deletions.
1 change: 1 addition & 0 deletions com.woltlab.wcf/acpTemplateDelete.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,6 @@
<template>__videoAttachmentBBCode</template>
<template>__audioAttachmentBBCode</template>
<template>__multiPageCondition</template>
<template>__multilineItemListFormField</template>
</delete>
</data>
1 change: 1 addition & 0 deletions com.woltlab.wcf/templateDelete.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@
<template>__videoAttachmentBBCode</template>
<template>__audioAttachmentBBCode</template>
<template>__multiPageCondition</template>
<template>__multilineItemListFormField</template>
</delete>
</data>

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class MultilineItemListFormField extends ItemListFormField implements INullableF
/**
* @inheritDoc
*/
protected $templateName = '__multilineItemListFormField';
protected $templateName = 'shared_multilineItemListFormField';

/**
* @inheritDoc
Expand Down

0 comments on commit 9252f77

Please sign in to comment.