comparison src/main/java/de/mpiwg/itgroup/ismi/browse/EntityDetailsBean.java @ 175:3d8b31508128

PublicByAuthor feature works now.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Thu, 07 Jun 2018 18:47:18 +0200
parents b40a84944716
children 8aff920ec7c0
comparison
equal deleted inserted replaced
174:4961820373d0 175:3d8b31508128
258 * 258 *
259 * @return 259 * @return
260 */ 260 */
261 public String actionChangeRelatedEntitiesPrivacity() { 261 public String actionChangeRelatedEntitiesPrivacity() {
262 // set publication state 262 // set publication state
263 List<Entity> saveList = PrivacityUtils.setRelatedEntitiesPrivacity(this.entity, null, getWrapper()); 263 List<Entity> saveList = PrivacityUtils.setRelatedEntitiesPrivacity(this.entity, null, getWrapper(), null);
264 // hide related entities from display 264 // hide related entities from display
265 sourceRelations = new HashMap<String, List<Relation>>(); 265 sourceRelations = new HashMap<String, List<Relation>>();
266 targetRelations = new HashMap<String, List<Relation>>(); 266 targetRelations = new HashMap<String, List<Relation>>();
267 // save entities 267 // save entities
268 try { 268 try {