TACTIC Open Source
Check-in vs. Ingest File - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4)
+--- Thread: Check-in vs. Ingest File (/showthread.php?tid=138)



Check-in vs. Ingest File - Dag - 06-15-2020

Hi,
how can I set up the Check-in view to look like the Ingest File view.
I mean in the Ingest File I have an addition button for choose the file.
In the Check-in view I can only drag'n'drop files into.

Thank you all!
Dag


RE: Check-in vs. Ingest File - remkonoteboom - 06-15-2020

There are two widgets that are used to check-in files. Basically, the Check-in widget is an older one that has a lot of built-in functionality, which, unfortunately, much of it was rendered inoperable by the removal of Java applets from the browser.

The Ingest widget is a new simpler widget which provides functionality that people come to expect from uploading files in a browser. Some of this was never implemented on the Check-in widget, including the "Choose File" button.

If you would like to see this button, please add a "Feature Request" issue in GitHub and we'll try to get it in.

https://github.com/Southpaw-TACTIC/TACTIC/issues


RE: Check-in vs. Ingest File - Dag - 06-15-2020

done Smile


RE: Check-in vs. Ingest File - remkonoteboom - 06-15-2020

Thanks. For all those interested, GitHub issues should be used as an official list of bugs, questions and feature requests of TACTIC source code. The forum here should be reserved for questions and discussions on installation, usage, setup, problems and custom development, including any 3rd party discussions (such Listy's TACTIC-Handler)


RE: Check-in vs. Ingest File - remkonoteboom - 07-08-2020

This button has been added to the Check-in widget in this pull request:

https://github.com/Southpaw-TACTIC/TACTIC/pull/1506

If you get the latest 4.8, you will see a "Choose File" button.