Subversion Repositories SmartDukaan

Rev

Rev 1365 | Rev 1443 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1365 Rev 1379
Line 192... Line 192...
192
	 * 
192
	 * 
193
	 * @param entity
193
	 * @param entity
194
	 * @throws Exception
194
	 * @throws Exception
195
	 */
195
	 */
196
	public static void updateEntity(Entity entity) throws Exception {
196
	public static void updateEntity(Entity entity) throws Exception {
-
 
197
		entity.reorderSlides(entity.getSlideSequence());
197
		StorageManager.getStorageManager().updateEntity(entity);
198
		StorageManager.getStorageManager().updateEntity(entity);
198
		
199
		
199
		//This should not happen here. Reordering should be done manually.
200
		//This should not happen here. Reordering should be done manually.
200
		entity.reorderSlides(entity.getSlideSequence()); 
-
 
-
 
201
		 
201
		CreationUtils.learn(entity);
202
		CreationUtils.learn(entity);
202
	}
203
	}
203
 
204
 
204
	/**
205
	/**
205
	 * 
206
	 *