Para que la vista Details muestre el archivo adjunto se agregó la línea "Html.EntityFileAttachments" y también el de campos adicionales "Html.ReadOnlyPropertyBag" (ya que también faltaba) en la sección "buttonsline":

<div class="buttonsline">
    @{ Html.EntityFileAttachments(Model, "Codigo", true); }
    @{ Html.ReadOnlyPropertyBag("btInfo", Url.Action("InformacionAdicional"), "Codigo", this.GetLocalized("TituloPropertyBag", "PropertyBagField"), Model); }
    <input type="button" id="btnCancelar" name="btnCancelar" value="@this.GetLocalized("Cancelar")" onclick="location.href = '@Url.Action(esPortal ? "Solicitudes" : "Index")';" />
</div>

asked 18 Dec '20, 09:58

Jimy%20Tobar's gravatar image

Jimy Tobar ♦♦
(suspended)
accept rate: 56%


Hola Jimy, garcias por la notificación, se creó el incidente INC-647 para realizar la correción

link

answered 28 Jan '21, 12:33

glemus's gravatar image

glemus
(suspended)
accept rate: 51%

edited 28 Jan '21, 12:34

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Evolution en BitBucket

En este sitio puede acceder al código fuente, centro de descargas y reportar bugs, propuestas y mejoras para Evolution.

Evolution en JIRA

En este sitio puedes sugerir nueva funcionalidad para Evolution, o puedes votar por la funcionalidad ya propuesta por otros usuarios.

Tags:

×4
×1

Asked: 18 Dec '20, 09:58

Seen: 283 times

Last updated: 28 Jan '21, 12:34

[Acerca de] [Preguntas Frecuentes] [Privacidad] [Soporte] [Contacto]
Copyright 2013-2018. Asesores en Informática