Completed
Last Updated: 25 Aug 2023 11:50 by ADMIN
Mark
Created on: 28 Jun 2023 12:35
Category: FileManager
Type: Bug Report
0
Setting the dialogs and messages configuration of the FileManager TagHelper throws an error.

Bug report

When setting the <dialogs> and/or <messages> configuration of the FileManager TagHelper

<dialogs>
	<upload />
	<rename-prompt />
	<delete-confirm />
	<move-confirm />
</dialogs>
<messages>
	<dialogs>
		<upload clear="Clear files" />
		<move-confirm />
		<delete-confirm />
		<rename-prompt cancel="Do not rename" ok-text="Yes rename"/>
		<export-as-dialog />
		<search />
	</dialogs>
</messages>

an error is is shown and the configuration cannot be compiled:
RZ2011 Tag helpers 'Kendo.Mvc.TagHelpers.FileManagerDialogsUploadSettingsTagHelper' and 'Kendo.Mvc.TagHelpers.FileManagerMessagesDialogsUploadSettingsTagHelper' targeting element 'upload' must not expect different TagStructure values.

Reproduction of the problem

Add the above configuration an the try to compile the FileManager TagHelper configuration.

Expected/desired behavior

No error should be thrown and a valid configuration should be compiled.

Environment

  • Kendo UI version: 2023.2.606
  • Browser: [all]
0 comments