Cambios para el documento Adjuntos
Última modificación por Jip-jan Alunkel el mayo 29, 19:08
Desde la versión 3.1
editado por Jip-jan Alunkel
el septiembre 23, 13:41
el septiembre 23, 13:41
Cambiar el comentario:
Install extension [org.xwiki.platform:xwiki-platform-attachment-ui/15.7]
Hasta la versión 2.1
editado por Jip-jan Alunkel
el septiembre 20, 22:13
el septiembre 20, 22:13
Cambiar el comentario:
Migrated property [type] from class [XWiki.WikiMacroParameterClass]
Resumen
-
Objetos (2 modificado, 0 añadido, 0 eliminado)
Detalles
- XWiki.JavaScriptExtension[0]
-
- Código
-
... ... @@ -123,7 +123,7 @@ 123 123 hasErrors = true; 124 124 } 125 125 const beforeUploadEvent = Event.fire(document, 'xwiki:actions:beforeUpload', { 126 - file: fileInput .files[0]126 + file: fileInput 127 127 }); 128 128 129 129 if (beforeUploadEvent.defaultPrevented) {
- XWiki.WikiMacroClass[0]
-
- Código de la macro
-
... ... @@ -33,7 +33,7 @@ 33 33 #set ($property = "$!{xcontext.macro.params.property}") 34 34 #set ($object = $numbertool.toNumber("$!{xcontext.macro.params.object}").intValue()) 35 35 #if ("$!{object}" != $!{xcontext.macro.params.object}) 36 - #set ($object = ${ targetdoc.getObject($classname).number})36 + #set ($object = ${doc.getObject($classname).number}) 37 37 #if ("$!{object}" == '') 38 38 #set ($object = 0) 39 39 #end ... ... @@ -94,7 +94,7 @@ 94 94 #set ($savemode = 'form') 95 95 #end 96 96 97 -#set ($propValue = "$!{ targetdoc.getObject($classname, $object).getProperty($property).value}")97 +#set ($propValue = "$!{doc.getObject($classname, $object).getProperty($property).value}") 98 98 ## 99 99 100 100 #macro (attachmentPicker_displayAttachment $name $displayImage $withLink $forceElement)