After uploading a document, the corresponding "panel" for that document (Visibility, License etc.) should probably be auto-expanded. I'm sure that used to happen in a previous version but it doesn't happen in 3.3.11 (the user has to manually expand it).
Should we add an option to allow a repository to be configured either way?
The text was updated successfully, but these errors were encountered:
i think on lib/static/javascript/auto/89_component_documents.js
on v3.3.13 on "refresh_document: function(docid) {"
we can add 'docid' params like
params['docid'] = docid;
on master branch on "addDocument: function(docid) {"
we can add 'docid' params like (but not tested)
params['docid'] = docid;
After uploading a document, the corresponding "panel" for that document (Visibility, License etc.) should probably be auto-expanded. I'm sure that used to happen in a previous version but it doesn't happen in 3.3.11 (the user has to manually expand it).
Should we add an option to allow a repository to be configured either way?
The text was updated successfully, but these errors were encountered: