contao / core-bundle

[READ-ONLY] Contao Core Bundle
GNU Lesser General Public License v3.0
123 stars 58 forks source link

Also provide drag-and-drop functionality for the "Templates" back end module #1648

Closed xchs closed 5 years ago

xchs commented 6 years ago

As of Contao 4.6 we have full drag-and-drop functionality in the "File manager" back end module. Couldn't we also provide the same functionality for the "Templates" back end module?

Toflar commented 6 years ago

The effort-earning ratio looks horrible to me for this.

xchs commented 6 years ago

Okay, that sounds reasonable. 😄

I was just wondering why this functionality exists in the "File manager" back end module and not in the "Templates" back end module, too.

leofeyer commented 6 years ago

You shouldn't close tickets just because one developer doesn't like the idea. Maybe others will.

ausi commented 6 years ago

As both the file manager and the templates view are based on DC_Folder, it might be easy to adapt the script to work for templates too.

I think if it can be done with little effort we should implement it.

Toflar commented 6 years ago

If it uses the same code (I have no clue and I've got no motivation at all to check for it), the effort-earning ratio gets better 😄

ausi commented 5 years ago

I think if it can be done with little effort we should implement it.

Done: contao/contao#223

xchs commented 5 years ago

Thank you, @ausi 👍