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!!.