Commits
Bruno Roemers authored b5342e0fab6
236 236 | visible: true, |
237 237 | model: { |
238 238 | type: MenuItemType.ONCLICK, |
239 239 | text: 'menu.section.edit_item', |
240 240 | function: () => { |
241 241 | this.modalService.open(EditItemSelectorComponent); |
242 242 | } |
243 243 | } as OnClickMenuItemModel, |
244 244 | }, |
245 245 | |
246 - | /* Curation tasks */ |
247 - | { |
248 - | id: 'curation_tasks', |
249 - | active: false, |
250 - | visible: isCollectionAdmin, |
251 - | model: { |
252 - | type: MenuItemType.LINK, |
253 - | text: 'menu.section.curation_task', |
254 - | link: '' |
255 - | } as LinkMenuItemModel, |
256 - | icon: 'filter', |
257 - | index: 7 |
258 - | }, |
259 - | |
260 246 | /* Statistics */ |
261 247 | { |
262 248 | id: 'statistics_task', |
263 249 | active: false, |
264 250 | visible: true, |
265 251 | model: { |
266 252 | type: MenuItemType.LINK, |
267 253 | text: 'menu.section.statistics_task', |
268 254 | link: '' |
269 255 | } as LinkMenuItemModel, |