Skip to content

#1094 - Removed archived manuscripts from user dashboard

Vaibhav Rathore requested to merge fix/1094/archived-manuscripts into main

Targets #1094 (closed)

Summary

  1. Updated query in the dashboard query to only include manuscripts where is_hidden is set to false
  2. Updated default value for is_hidden column and set it to false (previously NULL)
  3. Updated is_hidden column to FALSE where it was set to NULL before

Merge request reports