cmis: put in file storage category (#73558)
gitea-wip/passerelle/pipeline/pr-main Build started... Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Emmanuel Cazenave 2023-01-18 15:04:06 +01:00
parent bb3c4b29a4
commit 7c592b3215
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class CmisConnector(BaseResource):
)
username = models.CharField(max_length=128, verbose_name=_('Service username'))
password = models.CharField(max_length=128, verbose_name=_('Service password'))
category = _('Business Process Connectors')
category = _('File Storage')
class Meta:
verbose_name = _('CMIS connector')