ontodev / droid

DROID Reminds us that Ordinary Individuals can be Developers
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

DROID does not save query parameters to a view when a view needs to be rebuilt #118

Closed lmcmicu closed 2 years ago

lmcmicu commented 2 years ago

If a view which happens to be a CGI script is defined with parameters, e.g.,

# 5. Run the script [Orc script](./build/orc-script.py?cgi-input-py=degrassi)

then DROID will pass these parameters in fine as long as the view is already up to date. However if the view needs to be rebuilt, then DROID will "forget" the parameters when it comes time to call the script after it is done building.