Max Novelli

Results 77 comments of Max Novelli

@stephan271 Thank you for the info. This need to be documented.

I just checked the code. This functionality is implemented [here](https://github.com/SciCatProject/frontend/blob/969a65bd3d1c17795e9729d46ad6f394eff64f7a/src/app/datasets/dataset-table/dataset-table.component.html#L153). Color and sizes are hard coded. If we want to keep the functionality, we should make color and sizes configurable....

To elaborate further, currently there are the following two entries in the frontend configuration: ``` "fileColorEnabled": false, "fileDownloadEnabled": true, ``` I propose to add the following configuration options: ``` "fileColorNoIssuesColor":...

@alubbock could you please take a look and assess the amount of work needed to do it?

@marcoleorato: would you mind checking if your pull request fixes this issue too? Thanks

I would say that only authorized users and functional accounts can access and view proposals. So Anonymous user cannot view the proposal or the link to it.

As a follow up from scicat meeting of 22/02/2022, this feature has become important. Ideas on how to drive the development forward?

@bpedersen2 thank you for testing this feature. In firefox, I'm not able to see the same error, but I can confirm that the form is not submitted. I will check...

I want to add some e2e testing, so I will implement one of the solutions proposed in the post.

Some more resources: - https://stackoverflow.com/questions/5684303/javascript-window-open-pass-values-using-post - https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch