Skip to content

Commit dc0e426

Browse files
committed
[iOS] Fixed registering attendee with ticket code associated with multiple users
1 parent a1a744e commit dc0e426

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

OpenStack Summit/CoreSummit/FeedbackRequest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public extension Store {
9292

9393
managedObject.averageFeedback = averageFeedback
9494

95-
try context.validateAndSave()
95+
try context.save()
9696
}
9797
}
9898

OpenStack Summit/OpenStack Summit/AttendeeConfirmViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ final class AttendeeConfirmViewController: UITableViewController, MessageEnabled
277277

278278
let cell = tableView.dequeueReusableCellWithIdentifier(R.reuseIdentifier.attendeeConfirmSelectionTableViewCell)!
279279

280+
cell.pickerView.reloadAllComponents()
281+
280282
return cell
281283

282284
case .action:

OpenStack Summit/OpenStack Summit/Member.storyboard

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11542" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11542" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
33
<device id="retina4_0" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
@@ -529,7 +529,7 @@
529529
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
530530
<nil key="highlightedColor"/>
531531
</label>
532-
<pickerView hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4OJ-r4-aGt">
532+
<pickerView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4OJ-r4-aGt">
533533
<rect key="frame" x="0.0" y="96.5" width="320" height="232.5"/>
534534
<connections>
535535
<outlet property="dataSource" destination="2AE-JK-G41" id="cIr-DD-zvL"/>
@@ -637,7 +637,7 @@
637637
</tableViewController>
638638
<placeholder placeholderIdentifier="IBFirstResponder" id="gmo-Iy-ft1" userLabel="First Responder" sceneMemberID="firstResponder"/>
639639
</objects>
640-
<point key="canvasLocation" x="2912" y="-521"/>
640+
<point key="canvasLocation" x="2957" y="-583"/>
641641
</scene>
642642
</scenes>
643643
<resources>

0 commit comments

Comments
 (0)