Remove seminar from conference init
This commit is contained in:
		
							parent
							
								
									680d7908b9
								
							
						
					
					
						commit
						9a63adedde
					
				|  | @ -145,7 +145,7 @@ namespace :migrate do | |||
| 
 | ||||
|     PagePart.all.each do |pp| | ||||
|       pp[:backup_module_app_key] = (pp.module_app ? pp.module_app.key : nil) | ||||
|       puts pp.id | ||||
|       # puts pp.id | ||||
|       pp.save | ||||
|       # puts pp.inspect | ||||
|     end | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ module PersonalConference | |||
|   OrbitApp.registration "Conference",:type=> 'ModuleApp' do | ||||
|     module_label 'module_name.personal_conference' | ||||
|     base_url File.expand_path File.dirname(__FILE__) | ||||
|     personal_plugin :enable => true,:path=>"panel/personal_seminar/plugin/profile",:admin_path=>"/panel/personal_seminar/back_end/writing_seminars",:i18n=>'module_name.personal_seminar' | ||||
|     personal_plugin :enable => true,:path=>"panel/personal_conference/plugin/profile",:admin_path=>"/panel/personal_conference/back_end/writing_conferences",:i18n=>'module_name.personal_conference' | ||||
|   end | ||||
| end | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue