Hi all, While creating collection, I am unable to see Entity Type.
*<select class="form-control ng-pristine ng-valid ng-touched" id="entityType" name="dspace.entity.type" tabindex="0"><!----></select>* Above has no records, ideally it should come like below. *<select class="form-control ng-pristine ng-valid ng-touched" id="entityType" name="dspace.entity.type" tabindex="0"> <option value="0: Image" class="ng-star-inserted">Image</option>* * <option value="1: Video" class="ng-star-inserted">Video</option>* * <option value="2: PDF" class="ng-star-inserted">PDF</option><!----> </select>* What I am missing here?, I copied above data from my prod env and facing issue with lower and with local machine. Need your help!!. -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/151e150b-c038-42fa-b5bf-399d20a45225n%40googlegroups.com.
