File tree Expand file tree Collapse file tree 1 file changed +1
-29
lines changed
Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change 374374 #{bundle['dataset.rejectBtn']}
375375 </ p:commandLink >
376376 </ li >
377- < ui:fragment rendered ="#{(not empty DatasetPage.allowedCurationStatuses) and DatasetPage.canPublishDataset()} ">
378- < li class ="dropdown-submenu pull-left ">
379- < a tabindex ="0 "> #{bundle['dataset.changestatus']}</ a >
380- < ul class ="dropdown-menu ">
381- < ui:repeat value ="#{DatasetPage.allowedCurationStatuses} " var ="status ">
382- < li >
383- < o:importFunctions type ="edu.harvard.iq.dataverse.dataset.DatasetUtil " />
384- < p:commandLink action ="#{DatasetPage.setCurationStatus(status)} " update =":datasetForm:topDatasetBlockFragment,:messagePanel ">
385- #{DatasetUtil:getLocaleCurationStatusLabel(status)}
386- </ p:commandLink >
387- </ li >
388- </ ui:repeat >
389- < p:separator />
390- < li >
391- < p:commandLink action ="#{DatasetPage.setCurationStatus(null)} " update =":datasetForm:topDatasetBlockFragment,:messagePanel ">
392- #{bundle['dataset.removestatus']}
393- </ p:commandLink >
394- </ li >
395- </ ul >
396- </ li >
397- </ ui:fragment >
398- < li >
399- < p:commandLink oncomplete ="PF('curationStatusHistoryDialog').show() "
400- update =":curationStatusHistoryForm "
401- rendered ="#{DatasetPage.canSeeCurationStatus()} ">
402- #{bundle['dataset.viewCurationStatusHistory']}
403- </ p:commandLink >
404- </ li >
405377 </ ul >
406378 </ div >
407379 </ div >
552524 </ ui:fragment >
553525 < li >
554526 < p:commandLink oncomplete ="PF('curationStatusHistoryDialog').show() "
555- update =":datasetForm:curationStatusHistoryForm "
527+ update =":datasetForm:curationStatusHistoryDialog "
556528 rendered ="#{DatasetPage.canSeeCurationStatus()} ">
557529 #{bundle['dataset.viewCurationStatusHistory']}
558530 </ p:commandLink >
You can’t perform that action at this time.
0 commit comments